-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
beta
-
sparc
-
solaris_7
-
Verified
Documentaion error in CharBuffer wrap(String,int,int) and wrap(String)
public static CharBuffer wrap(String str, int start, int end)
public static CharBuffer wrap(String str)
both writes "Wraps a character array into a buffer. "
public static CharBuffer wrap(String str, int start, int end)
public static CharBuffer wrap(String str)
both writes "Wraps a character array into a buffer. "