#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 01 Jun 2016 14:57:55 +0200
changeset 4043 0a798a9143dd
parent 4042 76ff387bc6e9
child 4044 4103a12f0c6d
#REFACTORING by cg class: GitSourceCodeManager comment/format in: #initialize
GitSourceCodeManager.st
--- a/GitSourceCodeManager.st	Wed Jun 01 14:57:46 2016 +0200
+++ b/GitSourceCodeManager.st	Wed Jun 01 14:57:55 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2012 by Claus Gittinger
               All Rights Reserved
@@ -81,13 +83,6 @@
 "/        ^ self
 "/    ].
 
-"/    CacheDirectoryName isNil ifTrue:[
-"/        self initCacheDirPath.
-"/    ].
-"/    CachingSources isNil ifTrue:[
-"/        CachingSources := true.
-"/    ].
-
     "/
     "/ optionally set the WorkTreeDirectoryName from $STX_WORKTREE;
     "/ if non-nil, a working tree is kept there