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 21
21
import java .io .BufferedReader ;
22
22
import java .io .File ;
23
23
import java .io .IOException ;
24
- import java .io .InputStream ;
25
24
import java .io .InputStreamReader ;
26
25
import java .io .OutputStream ;
27
26
import java .net .URL ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ final class Main
34
34
public static void initialize (final String nativeLibrary ) throws ClassNotFoundException
35
35
{
36
36
//// 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 );
38
38
39
39
//// FIXME: Receive the master interface from the plugin.
40
40
master = library .fb_get_master_interface ();
You can’t perform that action at this time.
0 commit comments