category of: #savePreferencesOn:
authorClaus Gittinger <cg@exept.de>
Thu, 01 Dec 2011 21:03:53 +0100
changeset 924 a9f83be0daee
parent 923 ac7536589a25
child 925 d14d4d0e3414
category of: #savePreferencesOn:
SVNSourceCodeManager.st
--- a/SVNSourceCodeManager.st	Fri Nov 25 15:25:45 2011 +0100
+++ b/SVNSourceCodeManager.st	Thu Dec 01 21:03:53 2011 +0100
@@ -26,10 +26,10 @@
 "{ Package: 'stx:libsvn' }"
 
 AbstractSourceCodeManager subclass:#SVNSourceCodeManager
-        instanceVariableNames:''
-        classVariableNames:'LoadInProgressQuery'
-        poolDictionaries:''
-        category:'System-SourceCodeManagement'
+	instanceVariableNames:''
+	classVariableNames:'LoadInProgressQuery'
+	poolDictionaries:''
+	category:'System-SourceCodeManagement'
 !
 
 !SVNSourceCodeManager class methodsFor:'documentation'!
@@ -73,16 +73,6 @@
 "
 ! !
 
-!SVNSourceCodeManager class methodsFor:'* As yet uncategorized *'!
-
-savePreferencesOn:aFileStream
-
-    "Nothing to do, since my preferences are stored in 
-    UserPreferences dictionary"
-
-    "Created: / 10-06-2011 / 14:15:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !SVNSourceCodeManager class methodsFor:'Signal constants'!
 
 loadInProgressQuery
@@ -195,6 +185,16 @@
     ^ self shouldImplement
 ! !
 
+!SVNSourceCodeManager class methodsFor:'misc'!
+
+savePreferencesOn:aFileStream
+
+    "Nothing to do, since my preferences are stored in 
+    UserPreferences dictionary"
+
+    "Created: / 10-06-2011 / 14:15:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !SVNSourceCodeManager class methodsFor:'queries'!
 
 isExperimental