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:
parent
1ac7c4c170
commit
5c3a49f509
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue