1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00
This commit is contained in:
Alain Magloire 2003-09-03 18:34:52 +00:00
parent 561b82451e
commit 645fd04fa9

View file

@ -1,4 +1,10 @@
2003-09-3 Alain Magloire
2003-09-03 Alain Magloire
Change to abstract and let the client provides the saving algorithm.
* src/org/eclipse/cdt/uui/ErroParserBlock.java
2003-09-03 Alain Magloire
Wrong fix to a warning the call is needed but not the variable.
Thanks to Hoda for noticing.