Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/UnfilteredPOurlFormServicePeer.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.server;
3 -
4 - import org.litesoft.orsup.base.*;
5 -
6 - public class UnfilteredPOurlFormServicePeer extends POurlFormServicePeer {
7 - public UnfilteredPOurlFormServicePeer() {
8 - super( DataStoreLocator.get().getUnfilteredFinder() );
9 - }
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.server;
3 +
4 + import org.litesoft.orsup.base.*;
5 +
6 + public class UnfilteredPOurlFormServicePeer extends POurlFormServicePeer {
7 + public UnfilteredPOurlFormServicePeer() {
8 + super( DataStoreLocator.get().getUnfilteredFinder() );
9 + }
10 + }