Tools__ProjectCheckerBrowser.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12572 8049ed54a850
--- a/Tools__ProjectCheckerBrowser.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__ProjectCheckerBrowser.st	Wed Feb 27 12:34:59 2013 +0000
@@ -54,7 +54,6 @@
 "
 ! !
 
-
 !ProjectCheckerBrowser class methodsFor:'interface specs'!
 
 windowSpec
@@ -177,7 +176,6 @@
       )
 ! !
 
-
 !ProjectCheckerBrowser methodsFor:'accessing'!
 
 problemList: problems
@@ -201,7 +199,6 @@
     "Created: / 13-02-2012 / 17:03:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectCheckerBrowser methodsFor:'actions'!
 
 doCheckAgain
@@ -245,7 +242,6 @@
     "Created: / 26-07-2012 / 10:06:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectCheckerBrowser methodsFor:'aspects'!
 
 infoPanel
@@ -334,7 +330,6 @@
     ].
 ! !
 
-
 !ProjectCheckerBrowser methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -356,7 +351,6 @@
     "Modified: / 13-09-2012 / 17:34:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectCheckerBrowser methodsFor:'hooks'!
 
 setupHTMLView:aView
@@ -367,7 +361,6 @@
     "Created: / 23-02-2012 / 14:04:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectCheckerBrowser class methodsFor:'documentation'!
 
 version
@@ -378,6 +371,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectCheckerBrowser.st,v 1.1 2012-07-26 11:59:59 vrany Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__ProjectCheckerBrowser.st 8024 2012-07-26 10:10:37Z vranyj1 §'
 ! !