Subversion Repository Public Repository

litesoft

Diff Revisions 938 vs 939 for /trunk/GWT_Sandbox/MultiModule/common/src/org/litesoft/sandbox/infrastructure/client/PlaceRegistry.java

Diff revisions: vs.
  @@ -1,12 +1,12 @@
1 1 package org.litesoft.sandbox.infrastructure.client;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.logger.*;
6 4 import org.litesoft.sandbox.anywhere.util.*;
7 5
8 6 import com.google.gwt.place.shared.*;
9 7
8 + import java.util.*;
9 +
10 10 /**
11 11 * Supporting class that implements PlaceHistoryMapper which expects PlaceTokenizer(s) and Place(s) that implement HasPlaceId,
12 12 * otherwise Class Name magic is used (See PlaceIdExtractor).