Browse Source

Javadoc

pull/1632/merge
Arjen Poutsma 7 years ago
parent
commit
5adaa1030c
  1. 5
      spring-core/src/main/java/org/springframework/core/io/buffer/DataBuffer.java

5
spring-core/src/main/java/org/springframework/core/io/buffer/DataBuffer.java

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2017 the original author or authors. * Copyright 2002-2018 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -190,7 +190,8 @@ public interface DataBuffer {
/** /**
* Write one or more {@code DataBuffer}s to this buffer, starting at the current * Write one or more {@code DataBuffer}s to this buffer, starting at the current
* writing position. * writing position. It is the responsibility of the caller to
* {@linkplain DataBufferUtils#release(DataBuffer) release} the given data buffers.
* @param buffers the byte buffers to write into this buffer * @param buffers the byte buffers to write into this buffer
* @return this buffer * @return this buffer
*/ */

Loading…
Cancel
Save