1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 13:25:45 +02:00
This commit is contained in:
Alain Magloire 2002-10-16 14:39:27 +00:00
parent 39725b1b3f
commit 05f2fa57f8

View file

@ -1,3 +1,14 @@
2002-10-16 Alain Magloire
By Boosting the level warning of the java compiler,
we catch unused imports or variables.
* src/../internal/ui/editor/asm/AsmPartitionScanner.java:
* src/../internal/ui/editor/asm/AsmSourceViewerConfiguration.java:
* src/../internal/ui/editor/asm/AsmTextEditor.java:
* src/../internal/ui/BuilderConsoleView.java:
Removed unused imports.
2002-10-11 Alain Magloire
* internal/ui/text/CCodeScanner.java: