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:
Emmanuel Bourg 2011-11-09 13:40:16 +00:00
parent 165a5dcaf4
commit 5f1aa66714
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.commons.csv;
/**
@ -26,7 +27,7 @@ package org.apache.commons.csv;
*
* @author Ortwin Gl<EFBFBD>ck
*/
public class CharBuffer {
class CharBuffer {
private char[] c;