1
0
Jelajahi Sumber

FileServer.st: add port back to instance variables

mkroehnert 12 tahun lalu
induk
melakukan
2e0ed365a6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      server/FileServer.st

+ 1 - 1
server/FileServer.st

@@ -1,5 +1,5 @@
 Object subclass: #FileServer
-	instanceVariableNames: 'path http fs url basePath util'
+	instanceVariableNames: 'path http fs url port basePath util'
 	package: 'FileServer'!
 
 !FileServer methodsFor: 'accessing'!