WarningCompilationErrorHandler.st
changeset 2708 c3c1c7f2a4e6
parent 1490 eca3e274d627
--- a/WarningCompilationErrorHandler.st	Wed Sep 21 19:49:54 2011 +0200
+++ b/WarningCompilationErrorHandler.st	Thu Sep 29 13:19:11 2011 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1999 by eXept Software AG
               All Rights Reserved
@@ -11,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libcomp' }"
 
 CompilationErrorHandler subclass:#WarningCompilationErrorHandler
@@ -68,5 +65,5 @@
 !WarningCompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.5 2004-03-12 10:06:48 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.6 2011-09-29 11:19:11 cg Exp $'
 ! !