Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/pavment/HasPlaceId.java

Diff revisions: vs.
  @@ -1,6 +1,5 @@
1 1 package com.temp.client.foundation.pavment;
2 2
3 - public interface HasPlaceId
4 - {
3 + public interface HasPlaceId {
5 4 String getPlaceId();
6 5 }