Skip to content

Commit 5f1aa66

Browse files
committed
CharBuffer is now package private
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1199749 13f79535-47bb-0310-9956-ffa450edef68
1 parent 165a5dc commit 5f1aa66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CharBuffer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.commons.csv;
2021

2122
/**
@@ -26,7 +27,7 @@
2627
*
2728
* @author Ortwin Gl�ck
2829
*/
29-
public class CharBuffer {
30+
class CharBuffer {
3031

3132
private char[] c;
3233

0 commit comments

Comments
 (0)