Import GNU Classpath (libgcj-import-20081021).
2008-10-22 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (libgcj-import-20081021). * Regenerate class and header files. * Regenerate auto* files. From-SVN: r141302
This commit is contained in:
@@ -56,7 +56,8 @@ public abstract class Buffer
|
||||
*
|
||||
* Should be package private.
|
||||
*/
|
||||
Buffer (int capacity, int limit, int position, int mark, Pointer address)
|
||||
Buffer (int capacity, int limit, int position, int mark,
|
||||
Pointer address)
|
||||
{
|
||||
this.address = address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user