6364656667686970717273
if (map == null) { throw new IllegalStateException("No current DataMap selected."); } // ... show dialog... new MergerOptions( getProjectController(), "Migrate DB Schema: Options", connectWizard.getConnectionInfo(), map).startupAction(); }
6263646566676869707172