Skip to content

Commit c218a2d

Browse files
committed
Looks like this problem is fixed.
1 parent 8dc477e commit c218a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fbjava/src/main/java/org/firebirdsql/fbjava/Deployer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ else if (moreArgs)
379379
++i;
380380
}
381381
else if (installPlugin)
382-
doInstallPlugin(); //// FIXME: Not working with Firebird embedded in Java process.
382+
doInstallPlugin();
383383
else if (uninstallPlugin)
384384
doUninstallPlugin();
385385
else

0 commit comments

Comments
 (0)