File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/fbjava-impl/src/main/java/org/firebirdsql/fbjava Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2121import java .io .BufferedReader ;
2222import java .io .File ;
2323import java .io .IOException ;
24- import java .io .InputStream ;
2524import java .io .InputStreamReader ;
2625import java .io .OutputStream ;
2726import java .net .URL ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ final class Main
3434 public static void initialize (final String nativeLibrary ) throws ClassNotFoundException
3535 {
3636 //// FIXME: Receive the client library name from the plugin.
37- library = (FbClientLibrary ) Native .loadLibrary ("fbclient" , FbClientLibrary .class );
37+ library = (FbClientLibrary ) Native .load ("fbclient" , FbClientLibrary .class );
3838
3939 //// FIXME: Receive the master interface from the plugin.
4040 master = library .fb_get_master_interface ();
You can’t perform that action at this time.
0 commit comments