1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-18 21:55:45 +02:00

make compatible with 3.2

This commit is contained in:
Michael Scharf 2007-01-31 19:26:57 +00:00
parent 1ac7c4c170
commit 5c3a49f509

View file

@ -47,7 +47,7 @@ public class SerialConnector implements ITerminalConnector {
settins=new SerialSettings(); settins=new SerialSettings();
} catch (NoClassDefFoundError e) { } catch (NoClassDefFoundError e) {
// tell the user how to install the library // tell the user how to install the library
Activator.getDefault().getLog().log(new Status(IStatus.WARNING,Activator.PLUGIN_ID,SerialMessages.ERROR_LIBRARY_NOT_INSTALLED,e)); Activator.getDefault().getLog().log(new Status(IStatus.WARNING,Activator.PLUGIN_ID,0, SerialMessages.ERROR_LIBRARY_NOT_INSTALLED,e));
} }
fSettings=settins; fSettings=settins;
} }