Import GNU Classpath (20121202).
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
This commit is contained in:
@@ -44,6 +44,7 @@ package java.sql;
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
*/
|
||||
public interface Statement
|
||||
extends AutoCloseable
|
||||
{
|
||||
int CLOSE_CURRENT_RESULT = 1;
|
||||
int KEEP_CURRENT_RESULT = 2;
|
||||
|
||||
Reference in New Issue
Block a user