HierarchicalURI.st
changeset 4960 b7afd7586747
parent 4268 fff51d808999
equal deleted inserted replaced
4959:e30244256dd8 4960:b7afd7586747
   303     ^ pathSegments hash bitXor:query hash
   303     ^ pathSegments hash bitXor:query hash
   304 
   304 
   305     "Modified: / 20-01-2017 / 19:49:30 / stefan"
   305     "Modified: / 20-01-2017 / 19:49:30 / stefan"
   306 ! !
   306 ! !
   307 
   307 
   308 !HierarchicalURI methodsFor:'copying'!
   308 !HierarchicalURI methodsFor:'copying-private'!
   309 
   309 
   310 postCopy
   310 postCopy
   311 
   311 
   312     pathSegments := pathSegments copy
   312     pathSegments := pathSegments copy
   313 ! !
   313 ! !