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:
parent
51c869cac9
commit
58ddc179d4
20 changed files with 242 additions and 550 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue