Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/MultiModule/common/src/org/litesoft/sandbox/infrastructure/client/HasPlaceId.java

Diff revisions: vs.
  @@ -1,6 +1,5 @@
1 1 package org.litesoft.sandbox.infrastructure.client;
2 2
3 - public interface HasPlaceId
4 - {
3 + public interface HasPlaceId {
5 4 String getPlaceId();
6 5 }