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:
@@ -50,8 +50,8 @@ public abstract class IntBuffer extends Buffer
|
||||
final int array_offset;
|
||||
final int[] backing_buffer;
|
||||
|
||||
IntBuffer (int capacity, int limit, int position, int mark, RawData address,
|
||||
int[] backing_buffer, int array_offset)
|
||||
IntBuffer (int capacity, int limit, int position, int mark,
|
||||
RawData address, int[] backing_buffer, int array_offset)
|
||||
{
|
||||
super (capacity, limit, position, mark, address);
|
||||
this.backing_buffer = backing_buffer;
|
||||
|
||||
Reference in New Issue
Block a user