CharBuffer is now package private
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1199749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
165a5dcaf4
commit
5f1aa66714
|
@ -16,6 +16,7 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.commons.csv;
|
package org.apache.commons.csv;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -26,7 +27,7 @@ package org.apache.commons.csv;
|
||||||
*
|
*
|
||||||
* @author Ortwin Gl<EFBFBD>ck
|
* @author Ortwin Gl<EFBFBD>ck
|
||||||
*/
|
*/
|
||||||
public class CharBuffer {
|
class CharBuffer {
|
||||||
|
|
||||||
private char[] c;
|
private char[] c;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue