From baae329d705f073f3c7d847c96f472edb22ecec3 Mon Sep 17 00:00:00 2001 From: "philippe.beaudoin" Date: Fri, 16 Apr 2010 18:54:05 +0000 Subject: [PATCH] Complete - task 55: Make license comment the first thing in files. http://code.google.com/p/gwt-platform/issues/detail?id=55 --HG-- extra : convert_revision : svn%3A9b2172d4-2762-11df-83c2-19b91ddea5f5/trunk%4081 Former-commit-id: 96d0f72df8828d6ce10f389e41bf1737869a299f --- .../gwtp/mvp/client/PresenterProxyIntegrationTest.java | 6 ++---- src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java | 8 ++++---- .../gwtp/dispatch/client/AbstractDispatchAsync.java | 3 +-- .../gwtp/dispatch/client/DefaultExceptionHandler.java | 4 ++-- .../philbeaudoin/gwtp/dispatch/client/DispatchAsync.java | 4 +--- .../gwtp/dispatch/client/ExceptionHandler.java | 4 ++-- .../client/appengine/AppEngineSecureSessionAccessor.java | 4 +--- .../gwtp/dispatch/client/gin/AbstractDispatchModule.java | 4 +--- .../gwtp/dispatch/client/gin/AppEngineSecurityModule.java | 4 +--- .../gwtp/dispatch/client/gin/SecureDispatchModule.java | 4 +--- .../gwtp/dispatch/client/gin/StandardDispatchModule.java | 4 +--- .../client/secure/CookieSecureSessionAccessor.java | 4 +--- .../gwtp/dispatch/client/secure/SecureDispatchAsync.java | 4 +--- .../dispatch/client/secure/SecureDispatchService.java | 4 +--- .../client/secure/SecureDispatchServiceAsync.java | 4 +--- .../dispatch/client/secure/SecureSessionAccessor.java | 4 ++-- .../dispatch/client/standard/StandardDispatchAsync.java | 4 +--- .../dispatch/client/standard/StandardDispatchService.java | 3 +-- .../client/standard/StandardDispatchServiceAsync.java | 4 ++-- .../gwtp/dispatch/server/AbstractActionHandler.java | 4 +--- .../gwtp/dispatch/server/AbstractDispatch.java | 4 +--- .../philbeaudoin/gwtp/dispatch/server/ActionHandler.java | 3 +-- .../gwtp/dispatch/server/ActionHandlerRegistry.java | 4 +--- .../philbeaudoin/gwtp/dispatch/server/ActionResult.java | 4 +--- .../gwtp/dispatch/server/BatchActionHandler.java | 3 +-- .../gwtp/dispatch/server/ClassActionHandlerRegistry.java | 4 +--- .../dispatch/server/DefaultActionHandlerRegistry.java | 4 +--- src/com/philbeaudoin/gwtp/dispatch/server/Dispatch.java | 4 ++-- .../gwtp/dispatch/server/ExecutionContext.java | 4 +--- .../dispatch/server/InstanceActionHandlerRegistry.java | 3 +-- .../gwtp/dispatch/server/LazyActionHandlerRegistry.java | 4 +--- .../server/appengine/AppEngineSecureSessionValidator.java | 4 +--- .../gwtp/dispatch/server/guice/ActionHandlerLinker.java | 4 +--- .../gwtp/dispatch/server/guice/ActionHandlerMap.java | 4 +--- .../gwtp/dispatch/server/guice/ActionHandlerModule.java | 4 +--- .../dispatch/server/guice/AppEngineSecurityModule.java | 4 +--- .../gwtp/dispatch/server/guice/GuiceDispatch.java | 4 +--- .../server/guice/GuiceLazyActionHandlerRegistry.java | 4 +--- .../dispatch/server/guice/GuiceSecureDispatchServlet.java | 4 +--- .../server/guice/GuiceStandardDispatchServlet.java | 3 +-- .../gwtp/dispatch/server/guice/ServerDispatchModule.java | 4 +--- .../server/secure/AbstractSecureDispatchServlet.java | 4 +--- .../dispatch/server/secure/SecureSessionValidator.java | 3 +-- .../server/standard/AbstractStandardDispatchServlet.java | 3 +-- .../gwtp/dispatch/shared/AbstractSimpleResult.java | 3 +-- .../gwtp/dispatch/shared/AbstractUpdateResult.java | 5 +++-- src/com/philbeaudoin/gwtp/dispatch/shared/Action.java | 4 +--- .../gwtp/dispatch/shared/ActionException.java | 3 +-- .../philbeaudoin/gwtp/dispatch/shared/BatchAction.java | 5 +++-- .../philbeaudoin/gwtp/dispatch/shared/BatchResult.java | 4 +--- src/com/philbeaudoin/gwtp/dispatch/shared/Result.java | 4 +--- .../gwtp/dispatch/shared/ServiceException.java | 5 +++-- .../dispatch/shared/secure/InvalidSessionException.java | 4 +--- .../gwtp/dispatch/shared/secure/SecureSessionResult.java | 4 +--- .../shared/secure/SimpleAuthenticationAction.java | 4 +--- .../gwtp/mvp/client/CodeSplitBundleProvider.java | 8 ++++---- .../philbeaudoin/gwtp/mvp/client/CodeSplitProvider.java | 6 +++--- src/com/philbeaudoin/gwtp/mvp/client/DefaultEventBus.java | 4 ++-- .../gwtp/mvp/client/DefaultProxyFailureHandler.java | 4 ++-- src/com/philbeaudoin/gwtp/mvp/client/DelayedBind.java | 6 ++---- .../philbeaudoin/gwtp/mvp/client/DelayedBindRegistry.java | 6 +++--- src/com/philbeaudoin/gwtp/mvp/client/EventBus.java | 4 +--- .../philbeaudoin/gwtp/mvp/client/HandlerContainer.java | 8 ++++---- .../gwtp/mvp/client/HandlerContainerImpl.java | 8 ++++---- .../philbeaudoin/gwtp/mvp/client/IndirectProvider.java | 6 ++---- src/com/philbeaudoin/gwtp/mvp/client/Presenter.java | 3 +-- src/com/philbeaudoin/gwtp/mvp/client/PresenterImpl.java | 3 +-- src/com/philbeaudoin/gwtp/mvp/client/PresenterWidget.java | 6 ++---- .../philbeaudoin/gwtp/mvp/client/PresenterWidgetImpl.java | 6 ++---- src/com/philbeaudoin/gwtp/mvp/client/ProviderBundle.java | 4 ++-- .../philbeaudoin/gwtp/mvp/client/RequestTabsEvent.java | 4 ++-- .../philbeaudoin/gwtp/mvp/client/RequestTabsHandler.java | 4 ++-- src/com/philbeaudoin/gwtp/mvp/client/RootPresenter.java | 6 +++--- .../philbeaudoin/gwtp/mvp/client/StandardProvider.java | 6 +++--- src/com/philbeaudoin/gwtp/mvp/client/Tab.java | 3 +-- .../gwtp/mvp/client/TabContainerPresenter.java | 6 ++---- .../gwtp/mvp/client/TabContainerPresenterImpl.java | 7 +++---- src/com/philbeaudoin/gwtp/mvp/client/TabPanel.java | 7 +++---- src/com/philbeaudoin/gwtp/mvp/client/View.java | 4 +--- src/com/philbeaudoin/gwtp/mvp/client/ViewImpl.java | 7 +++---- .../gwtp/mvp/client/annotations/ContentSlot.java | 6 ++---- .../gwtp/mvp/client/annotations/NameToken.java | 6 ++---- .../gwtp/mvp/client/annotations/PlaceInstance.java | 6 ++---- .../gwtp/mvp/client/annotations/ProxyCodeSplit.java | 6 ++---- .../gwtp/mvp/client/annotations/ProxyCodeSplitBundle.java | 6 ++---- .../gwtp/mvp/client/annotations/ProxyStandard.java | 6 ++---- .../gwtp/mvp/client/annotations/RequestTabs.java | 6 ++---- .../philbeaudoin/gwtp/mvp/client/annotations/TabInfo.java | 6 ++---- .../gwtp/mvp/client/gin/AbstractPresenterModule.java | 4 +--- .../gwtp/mvp/client/gin/PresenterSetupModule.java | 4 ++-- .../gwtp/mvp/client/proxy/ParameterTokenFormatter.java | 4 ++-- src/com/philbeaudoin/gwtp/mvp/client/proxy/Place.java | 8 ++++---- src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceImpl.java | 8 ++++---- .../philbeaudoin/gwtp/mvp/client/proxy/PlaceManager.java | 4 ++-- .../gwtp/mvp/client/proxy/PlaceManagerImpl.java | 3 +-- .../philbeaudoin/gwtp/mvp/client/proxy/PlaceRequest.java | 4 ++-- .../gwtp/mvp/client/proxy/PlaceRequestEvent.java | 4 ++-- .../gwtp/mvp/client/proxy/PlaceRequestHandler.java | 4 ++-- src/com/philbeaudoin/gwtp/mvp/client/proxy/Proxy.java | 6 +++--- .../gwtp/mvp/client/proxy/ProxyFailureHandler.java | 8 ++++---- src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyImpl.java | 6 ++---- .../philbeaudoin/gwtp/mvp/client/proxy/ProxyPlace.java | 6 ++---- .../gwtp/mvp/client/proxy/ProxyPlaceAbstract.java | 4 +--- src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyRaw.java | 6 ++---- .../gwtp/mvp/client/proxy/ResetPresentersEvent.java | 6 +++--- .../gwtp/mvp/client/proxy/ResetPresentersHandler.java | 6 ++---- .../gwtp/mvp/client/proxy/RevealContentEvent.java | 6 +++--- .../gwtp/mvp/client/proxy/RevealContentHandler.java | 6 ++---- .../gwtp/mvp/client/proxy/RevealRootContentEvent.java | 8 ++++---- .../gwtp/mvp/client/proxy/RevealRootContentHandler.java | 6 ++---- .../mvp/client/proxy/RevealRootLayoutContentEvent.java | 6 +++--- .../mvp/client/proxy/RevealRootLayoutContentHandler.java | 7 +++---- .../gwtp/mvp/client/proxy/TabContentProxy.java | 7 +++---- .../gwtp/mvp/client/proxy/TabContentProxyImpl.java | 6 ++---- .../gwtp/mvp/client/proxy/TabContentProxyPlace.java | 7 +++---- .../gwtp/mvp/client/proxy/TokenFormatException.java | 4 ++-- .../gwtp/mvp/client/proxy/TokenFormatter.java | 4 ++-- src/com/philbeaudoin/gwtp/mvp/rebind/ProxyGenerator.java | 6 ++---- test/com/philbeaudoin/gwtp/mvp/client/AllTests.java | 6 ++---- test/com/philbeaudoin/gwtp/testing/MockProvider.java | 6 ++---- 120 files changed, 220 insertions(+), 363 deletions(-) diff --git a/gwttest/com/philbeaudoin/gwtp/mvp/client/PresenterProxyIntegrationTest.java b/gwttest/com/philbeaudoin/gwtp/mvp/client/PresenterProxyIntegrationTest.java index 191946fbb6..733f587600 100644 --- a/gwttest/com/philbeaudoin/gwtp/mvp/client/PresenterProxyIntegrationTest.java +++ b/gwttest/com/philbeaudoin/gwtp/mvp/client/PresenterProxyIntegrationTest.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.core.client.GWT; import com.google.gwt.junit.client.GWTTestCase; import com.philbeaudoin.gwtp.mvp.client.annotations.ProxyCodeSplit; diff --git a/src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java b/src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java index 30131c8f39..9bddfefc42 100644 --- a/src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java +++ b/src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.crawler.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.crawler.server; + import com.gargoylesoftware.htmlunit.BrowserVersion; import com.gargoylesoftware.htmlunit.WebClient; import com.gargoylesoftware.htmlunit.html.HtmlPage; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/AbstractDispatchAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/AbstractDispatchAsync.java index ea28001440..c5a27a1336 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/AbstractDispatchAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/AbstractDispatchAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client; import com.google.gwt.user.client.rpc.AsyncCallback; import com.philbeaudoin.gwtp.dispatch.shared.Action; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/DefaultExceptionHandler.java b/src/com/philbeaudoin/gwtp/dispatch/client/DefaultExceptionHandler.java index 8522c9fc22..1cfbb72717 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/DefaultExceptionHandler.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/DefaultExceptionHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client; + /** * A default implementation of {@link ExceptionHandler} which does not * do anything. diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/DispatchAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/DispatchAsync.java index 350356e03f..26d5d8aeb8 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/DispatchAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/DispatchAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client; import com.google.gwt.user.client.rpc.AsyncCallback; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/ExceptionHandler.java b/src/com/philbeaudoin/gwtp/dispatch/client/ExceptionHandler.java index a32a123a9d..bbbe3ef6a6 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/ExceptionHandler.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/ExceptionHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client; + /** * Implementations of this interface can be added to a {@link DispatchAsync} implementation * to intercept exceptions which return from further up the chain. diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/appengine/AppEngineSecureSessionAccessor.java b/src/com/philbeaudoin/gwtp/dispatch/client/appengine/AppEngineSecureSessionAccessor.java index 9291e0ca0f..b431ec4153 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/appengine/AppEngineSecureSessionAccessor.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/appengine/AppEngineSecureSessionAccessor.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.appengine; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.appengine; import com.philbeaudoin.gwtp.dispatch.client.secure.CookieSecureSessionAccessor; import com.philbeaudoin.gwtp.dispatch.client.secure.SecureSessionAccessor; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/gin/AbstractDispatchModule.java b/src/com/philbeaudoin/gwtp/dispatch/client/gin/AbstractDispatchModule.java index b281003bda..774cafd57f 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/gin/AbstractDispatchModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/gin/AbstractDispatchModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.gin; import com.google.gwt.inject.client.AbstractGinModule; import com.philbeaudoin.gwtp.dispatch.client.AbstractDispatchAsync; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/gin/AppEngineSecurityModule.java b/src/com/philbeaudoin/gwtp/dispatch/client/gin/AppEngineSecurityModule.java index 56a61b970f..fd0fd63215 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/gin/AppEngineSecurityModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/gin/AppEngineSecurityModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.gin; import com.philbeaudoin.gwtp.dispatch.client.appengine.AppEngineSecureSessionAccessor; import com.philbeaudoin.gwtp.dispatch.client.secure.SecureSessionAccessor; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/gin/SecureDispatchModule.java b/src/com/philbeaudoin/gwtp/dispatch/client/gin/SecureDispatchModule.java index 77cb14885b..072237e0b9 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/gin/SecureDispatchModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/gin/SecureDispatchModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.gin; import com.google.gwt.inject.client.Ginjector; import com.google.inject.Provides; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/gin/StandardDispatchModule.java b/src/com/philbeaudoin/gwtp/dispatch/client/gin/StandardDispatchModule.java index 681a5df669..b792929079 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/gin/StandardDispatchModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/gin/StandardDispatchModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.gin; import com.google.gwt.inject.client.Ginjector; import com.google.inject.Provides; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/secure/CookieSecureSessionAccessor.java b/src/com/philbeaudoin/gwtp/dispatch/client/secure/CookieSecureSessionAccessor.java index 4e8b6199cc..4b55533673 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/secure/CookieSecureSessionAccessor.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/secure/CookieSecureSessionAccessor.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.secure; import com.google.gwt.user.client.Cookies; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchAsync.java index b06822ee77..638a4cf5a1 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.secure; import com.google.gwt.core.client.GWT; import com.google.gwt.user.client.rpc.AsyncCallback; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchService.java b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchService.java index 69f9f2a9f9..13b04a6f85 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchService.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchService.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.secure; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.ActionException; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchServiceAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchServiceAsync.java index b9f9fcf351..ff4499194c 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchServiceAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureDispatchServiceAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.secure; import com.google.gwt.user.client.rpc.AsyncCallback; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureSessionAccessor.java b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureSessionAccessor.java index a3de90135b..1aebe6212d 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureSessionAccessor.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/secure/SecureSessionAccessor.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client.secure; + /** * Provides access to the session ID. * diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchAsync.java index 85d47e9418..7851796781 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.standard; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.client.standard; import com.google.gwt.core.client.GWT; import com.google.gwt.user.client.rpc.AsyncCallback; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchService.java b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchService.java index 7927d6b81b..ac357ea77b 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchService.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchService.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.standard; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client.standard; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; diff --git a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchServiceAsync.java b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchServiceAsync.java index 36c1df0c0c..8f42b6357c 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchServiceAsync.java +++ b/src/com/philbeaudoin/gwtp/dispatch/client/standard/StandardDispatchServiceAsync.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.client.standard; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.client.standard; + import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/AbstractActionHandler.java b/src/com/philbeaudoin/gwtp/dispatch/server/AbstractActionHandler.java index cf5294fa21..51262f9a73 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/AbstractActionHandler.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/AbstractActionHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/AbstractDispatch.java b/src/com/philbeaudoin/gwtp/dispatch/server/AbstractDispatch.java index 165679087d..eb4bd979ab 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/AbstractDispatch.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/AbstractDispatch.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import java.util.List; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandler.java b/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandler.java index d6afdd0ff8..2f8b0f0370 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandler.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.ActionException; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandlerRegistry.java index 824d38b764..2e3cf7b5f3 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/ActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/ActionResult.java b/src/com/philbeaudoin/gwtp/dispatch/server/ActionResult.java index 63ecb2728b..c5be8b6811 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/ActionResult.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/ActionResult.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/BatchActionHandler.java b/src/com/philbeaudoin/gwtp/dispatch/server/BatchActionHandler.java index a66a57b905..a99c37f1aa 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/BatchActionHandler.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/BatchActionHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server; import java.util.List; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/ClassActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/ClassActionHandlerRegistry.java index 98e8601fc1..1d5e3a9752 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/ClassActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/ClassActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/DefaultActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/DefaultActionHandlerRegistry.java index dc30124543..58f1406719 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/DefaultActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/DefaultActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import java.util.HashMap; import java.util.Map; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/Dispatch.java b/src/com/philbeaudoin/gwtp/dispatch/server/Dispatch.java index dc80570d43..c89c98bbf7 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/Dispatch.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/Dispatch.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server; + import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.ActionException; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/ExecutionContext.java b/src/com/philbeaudoin/gwtp/dispatch/server/ExecutionContext.java index d0d6436035..081cb83313 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/ExecutionContext.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/ExecutionContext.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.ActionException; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/InstanceActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/InstanceActionHandlerRegistry.java index 55ac710c20..d9828a774c 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/InstanceActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/InstanceActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server; import com.philbeaudoin.gwtp.dispatch.shared.Action; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/LazyActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/LazyActionHandlerRegistry.java index e16b4d6a41..1b5285629e 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/LazyActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/LazyActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server; import java.util.Map; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/appengine/AppEngineSecureSessionValidator.java b/src/com/philbeaudoin/gwtp/dispatch/server/appengine/AppEngineSecureSessionValidator.java index f94f28ca83..e8678f7b1d 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/appengine/AppEngineSecureSessionValidator.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/appengine/AppEngineSecureSessionValidator.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.appengine; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.appengine; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerLinker.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerLinker.java index c8b8355969..be35cfd578 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerLinker.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerLinker.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import java.util.List; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerMap.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerMap.java index 316e6238d6..24eb1bc687 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerMap.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerMap.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.philbeaudoin.gwtp.dispatch.server.ActionHandler; import com.philbeaudoin.gwtp.dispatch.shared.Action; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerModule.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerModule.java index 70f6e55209..b968f09e6f 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ActionHandlerModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.google.inject.AbstractModule; import com.google.inject.internal.UniqueAnnotations; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/AppEngineSecurityModule.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/AppEngineSecurityModule.java index 439bd3ec21..24788bb375 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/AppEngineSecurityModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/AppEngineSecurityModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.philbeaudoin.gwtp.dispatch.server.appengine.AppEngineSecureSessionValidator; import com.philbeaudoin.gwtp.dispatch.server.secure.SecureSessionValidator; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceDispatch.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceDispatch.java index b1572a5120..7eb7a83fac 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceDispatch.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceDispatch.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.google.inject.Inject; import com.google.inject.Singleton; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceLazyActionHandlerRegistry.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceLazyActionHandlerRegistry.java index 3cd982a15a..459f4c90d5 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceLazyActionHandlerRegistry.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceLazyActionHandlerRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.google.inject.Inject; import com.google.inject.Injector; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceSecureDispatchServlet.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceSecureDispatchServlet.java index 9b438eb74e..cb78a7d327 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceSecureDispatchServlet.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceSecureDispatchServlet.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.philbeaudoin.gwtp.dispatch.client.secure.SecureDispatchService; import com.philbeaudoin.gwtp.dispatch.server.Dispatch; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceStandardDispatchServlet.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceStandardDispatchServlet.java index 99820b72bd..1ac0e93350 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceStandardDispatchServlet.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/GuiceStandardDispatchServlet.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.philbeaudoin.gwtp.dispatch.server.Dispatch; import com.philbeaudoin.gwtp.dispatch.server.standard.AbstractStandardDispatchServlet; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ServerDispatchModule.java b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ServerDispatchModule.java index dad6d24aac..1781dae492 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/guice/ServerDispatchModule.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/guice/ServerDispatchModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.guice; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.guice; import com.google.inject.AbstractModule; import com.google.inject.Injector; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/secure/AbstractSecureDispatchServlet.java b/src/com/philbeaudoin/gwtp/dispatch/server/secure/AbstractSecureDispatchServlet.java index c2e886fbc3..508b58885d 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/secure/AbstractSecureDispatchServlet.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/secure/AbstractSecureDispatchServlet.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.server.secure; import com.philbeaudoin.gwtp.dispatch.client.secure.SecureDispatchService; import com.philbeaudoin.gwtp.dispatch.server.Dispatch; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/secure/SecureSessionValidator.java b/src/com/philbeaudoin/gwtp/dispatch/server/secure/SecureSessionValidator.java index f8c82284ed..7f8fdd8549 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/secure/SecureSessionValidator.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/secure/SecureSessionValidator.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server.secure; import javax.servlet.http.HttpServletRequest; diff --git a/src/com/philbeaudoin/gwtp/dispatch/server/standard/AbstractStandardDispatchServlet.java b/src/com/philbeaudoin/gwtp/dispatch/server/standard/AbstractStandardDispatchServlet.java index 3e860ccfa4..04e33d52e4 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/server/standard/AbstractStandardDispatchServlet.java +++ b/src/com/philbeaudoin/gwtp/dispatch/server/standard/AbstractStandardDispatchServlet.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.server.standard; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.server.standard; import com.philbeaudoin.gwtp.dispatch.client.standard.StandardDispatchService; import com.philbeaudoin.gwtp.dispatch.server.Dispatch; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractSimpleResult.java b/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractSimpleResult.java index 4d45140347..8861a64389 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractSimpleResult.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractSimpleResult.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.shared; /** * A common use-case is returning a single value from an action. This provides a diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractUpdateResult.java b/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractUpdateResult.java index 59e8e0b1d2..044fde0112 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractUpdateResult.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/AbstractUpdateResult.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Provides support for simple update response which contain both the old value * and new value. @@ -9,6 +7,9 @@ * @param * The value type. */ + +package com.philbeaudoin.gwtp.dispatch.shared; + public abstract class AbstractUpdateResult implements Result { private static final long serialVersionUID = -4309684381516006671L; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/Action.java b/src/com/philbeaudoin/gwtp/dispatch/shared/Action.java index 96cb898140..81ee47bb08 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/Action.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/Action.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared; import java.io.Serializable; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/ActionException.java b/src/com/philbeaudoin/gwtp/dispatch/shared/ActionException.java index 7912e2102f..c8b3ec0aea 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/ActionException.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/ActionException.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.dispatch.shared; /** * These are thrown by {@link com.philbeaudoin.gwtp.dispatch.server.Dispatch#execute(Action)} if there is a diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/BatchAction.java b/src/com/philbeaudoin/gwtp/dispatch/shared/BatchAction.java index 55e9eb9921..ff17764e73 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/BatchAction.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/BatchAction.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * This provides a simple way to send multiple actions to be executed in * sequence. If any fail, the rules for the {@link OnException} value provided @@ -7,6 +5,9 @@ * * @author David Peterson */ + +package com.philbeaudoin.gwtp.dispatch.shared; + public class BatchAction implements Action { private static final long serialVersionUID = 9035469137825018000L; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/BatchResult.java b/src/com/philbeaudoin/gwtp/dispatch/shared/BatchResult.java index f5c87698fb..db7dd69f3d 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/BatchResult.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/BatchResult.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared; import com.philbeaudoin.gwtp.dispatch.shared.BatchAction.OnException; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/Result.java b/src/com/philbeaudoin/gwtp/dispatch/shared/Result.java index 674a5ea5d2..a724a10552 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/Result.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/Result.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared; import java.io.Serializable; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/ServiceException.java b/src/com/philbeaudoin/gwtp/dispatch/shared/ServiceException.java index 3390699c89..84c41d53bb 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/ServiceException.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/ServiceException.java @@ -1,10 +1,11 @@ -package com.philbeaudoin.gwtp.dispatch.shared; - /** * This is thrown by services when there is a low-level problem while processing an action execution. * * @author David Peterson */ + +package com.philbeaudoin.gwtp.dispatch.shared; + public class ServiceException extends Exception { private static final long serialVersionUID = 3975903306855473017L; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/InvalidSessionException.java b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/InvalidSessionException.java index f2ef74ee9c..77e2fc35c3 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/InvalidSessionException.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/InvalidSessionException.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared.secure; import com.philbeaudoin.gwtp.dispatch.shared.ServiceException; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SecureSessionResult.java b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SecureSessionResult.java index 60f2289b41..3c8fe8c279 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SecureSessionResult.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SecureSessionResult.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared.secure; import com.philbeaudoin.gwtp.dispatch.shared.Result; diff --git a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SimpleAuthenticationAction.java b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SimpleAuthenticationAction.java index b76d5202f7..0963a21165 100644 --- a/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SimpleAuthenticationAction.java +++ b/src/com/philbeaudoin/gwtp/dispatch/shared/secure/SimpleAuthenticationAction.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.dispatch.shared.secure; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.dispatch.shared.secure; import com.philbeaudoin.gwtp.dispatch.shared.Action; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitBundleProvider.java b/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitBundleProvider.java index 0b00cb3623..783650652c 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitBundleProvider.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitBundleProvider.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.inject.client.AsyncProvider; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Provider; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitProvider.java b/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitProvider.java index 9f1fa0800e..a9dff5a0e3 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitProvider.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/CodeSplitProvider.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.inject.client.AsyncProvider; import com.google.gwt.user.client.rpc.AsyncCallback; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/DefaultEventBus.java b/src/com/philbeaudoin/gwtp/mvp/client/DefaultEventBus.java index 2ec12dd53f..bb8a14b592 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/DefaultEventBus.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/DefaultEventBus.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.event.shared.HandlerManager; import com.google.inject.Inject; import com.google.inject.Singleton; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/DefaultProxyFailureHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/DefaultProxyFailureHandler.java index 350a600bed..78d208ed8e 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/DefaultProxyFailureHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/DefaultProxyFailureHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.Window; import com.google.inject.Inject; import com.philbeaudoin.gwtp.mvp.client.proxy.ProxyFailureHandler; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/DelayedBind.java b/src/com/philbeaudoin/gwtp/mvp/client/DelayedBind.java index ca81befb82..b41f6f576e 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/DelayedBind.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/DelayedBind.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.inject.client.Ginjector; /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/DelayedBindRegistry.java b/src/com/philbeaudoin/gwtp/mvp/client/DelayedBindRegistry.java index 6c2f8e4522..8c2cdcfc0c 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/DelayedBindRegistry.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/DelayedBindRegistry.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client; + import java.util.ArrayList; import java.util.List; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/EventBus.java b/src/com/philbeaudoin/gwtp/mvp/client/EventBus.java index 0e051dea9d..5bbfe10cae 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/EventBus.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/EventBus.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.mvp.client; import com.google.gwt.event.shared.EventHandler; import com.google.gwt.event.shared.GwtEvent; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainer.java b/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainer.java index 2bcef13b26..0f9b0a17f6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainer.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainer.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client; + /** * Important: This class participates in dependency injection * and should be injected, never instantiated with new. diff --git a/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainerImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainerImpl.java index c2d42a99f2..eccc42a83d 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainerImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/HandlerContainerImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client; + import java.util.List; import com.google.gwt.event.shared.HandlerRegistration; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/IndirectProvider.java b/src/com/philbeaudoin/gwtp/mvp/client/IndirectProvider.java index fa50dc5364..a28b73cb86 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/IndirectProvider.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/IndirectProvider.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Provider; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/Presenter.java b/src/com/philbeaudoin/gwtp/mvp/client/Presenter.java index 6474c20971..4db676ee09 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/Presenter.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/Presenter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; import com.google.inject.Singleton; import com.philbeaudoin.gwtp.mvp.client.proxy.Place; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/PresenterImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/PresenterImpl.java index cde0297959..a1b2beb414 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/PresenterImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/PresenterImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; import com.philbeaudoin.gwtp.mvp.client.proxy.PlaceManager; import com.philbeaudoin.gwtp.mvp.client.proxy.PlaceRequest; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidget.java b/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidget.java index a51ce7049d..992a197d1f 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidget.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidget.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.ui.Widget; import com.philbeaudoin.gwtp.mvp.client.proxy.Place; import com.philbeaudoin.gwtp.mvp.client.proxy.RevealContentEvent; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidgetImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidgetImpl.java index b6272482e1..eb5fdbcbb5 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidgetImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/PresenterWidgetImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import java.util.ArrayList; import java.util.HashMap; import java.util.List; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/ProviderBundle.java b/src/com/philbeaudoin/gwtp/mvp/client/ProviderBundle.java index 8869482251..15b97e4d2a 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/ProviderBundle.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/ProviderBundle.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; + import com.google.inject.Provider; /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsEvent.java index e5a5ee6b91..a74b5f35df 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.event.shared.GwtEvent; import com.google.gwt.event.shared.GwtEvent.Type; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsHandler.java index f37389faac..bf52f46ae6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/RequestTabsHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.event.shared.EventHandler; public interface RequestTabsHandler extends EventHandler { diff --git a/src/com/philbeaudoin/gwtp/mvp/client/RootPresenter.java b/src/com/philbeaudoin/gwtp/mvp/client/RootPresenter.java index cd8fad1131..c6de17e1e8 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/RootPresenter.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/RootPresenter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.ui.RootPanel; import com.google.gwt.user.client.ui.RootLayoutPanel; import com.google.gwt.user.client.ui.Widget; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/StandardProvider.java b/src/com/philbeaudoin/gwtp/mvp/client/StandardProvider.java index d472e18db9..b62c296447 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/StandardProvider.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/StandardProvider.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Provider; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/Tab.java b/src/com/philbeaudoin/gwtp/mvp/client/Tab.java index 1da35d98f4..9247a091de 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/Tab.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/Tab.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client; import com.google.gwt.user.client.ui.HasText; import com.google.gwt.user.client.ui.Widget; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenter.java b/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenter.java index 5e7e89d04f..81bf691a59 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenter.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import com.philbeaudoin.gwtp.mvp.client.proxy.TabContentProxy; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenterImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenterImpl.java index 881173fc06..a4927e49b7 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenterImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/TabContainerPresenterImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.event.shared.GwtEvent.Type; import com.philbeaudoin.gwtp.mvp.client.proxy.Proxy; import com.philbeaudoin.gwtp.mvp.client.proxy.TabContentProxy; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/TabPanel.java b/src/com/philbeaudoin/gwtp/mvp/client/TabPanel.java index cf38f97fdb..2371aa00f6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/TabPanel.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/TabPanel.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client; + public interface TabPanel { /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/View.java b/src/com/philbeaudoin/gwtp/mvp/client/View.java index 2dc1e419fb..1f36b053a8 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/View.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/View.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.mvp.client; import com.google.gwt.user.client.ui.Widget; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/ViewImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/ViewImpl.java index 8613baee0a..7c16f23665 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/ViewImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/ViewImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client; + import com.google.gwt.user.client.ui.Widget; /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ContentSlot.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ContentSlot.java index c716c5c291..d89d0d94d6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ContentSlot.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ContentSlot.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.ElementType; import java.lang.annotation.Target; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/NameToken.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/NameToken.java index 30cb9fabf5..168cfa13a1 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/NameToken.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/NameToken.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.Target; import java.lang.annotation.ElementType; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/PlaceInstance.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/PlaceInstance.java index f1e18602f0..1bd5f84415 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/PlaceInstance.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/PlaceInstance.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.ElementType; import java.lang.annotation.Target; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplit.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplit.java index f2b761c74d..b36dfd3144 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplit.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplit.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.Target; import java.lang.annotation.ElementType; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplitBundle.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplitBundle.java index d0ddfc30fd..9ea786d858 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplitBundle.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyCodeSplitBundle.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.ElementType; import java.lang.annotation.Target; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyStandard.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyStandard.java index 4bbd92ebd1..55caab6b70 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyStandard.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/ProxyStandard.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.Target; import java.lang.annotation.ElementType; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/RequestTabs.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/RequestTabs.java index 5df41d2e9b..7dea6d7988 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/RequestTabs.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/RequestTabs.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.Target; import java.lang.annotation.ElementType; import com.philbeaudoin.gwtp.mvp.client.TabContainerPresenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/annotations/TabInfo.java b/src/com/philbeaudoin/gwtp/mvp/client/annotations/TabInfo.java index 45a7db6d62..7e1cf964af 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/annotations/TabInfo.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/annotations/TabInfo.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.annotations; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.annotations; + import java.lang.annotation.ElementType; import java.lang.annotation.Target; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/gin/AbstractPresenterModule.java b/src/com/philbeaudoin/gwtp/mvp/client/gin/AbstractPresenterModule.java index b140481183..142922113d 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/gin/AbstractPresenterModule.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/gin/AbstractPresenterModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.mvp.client.gin; import com.google.gwt.inject.client.AbstractGinModule; import com.google.inject.Singleton; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/gin/PresenterSetupModule.java b/src/com/philbeaudoin/gwtp/mvp/client/gin/PresenterSetupModule.java index 89d8041637..e8794ff450 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/gin/PresenterSetupModule.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/gin/PresenterSetupModule.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.gin; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.gin; + import com.google.gwt.inject.client.AbstractGinModule; import com.philbeaudoin.gwtp.mvp.client.proxy.ParameterTokenFormatter; import com.philbeaudoin.gwtp.mvp.client.proxy.PlaceManager; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ParameterTokenFormatter.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ParameterTokenFormatter.java index c48a99669f..23ff71e115 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ParameterTokenFormatter.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ParameterTokenFormatter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + import java.util.Set; /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/Place.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/Place.java index 6bb80ac23a..476bc53d4a 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/Place.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/Place.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client.proxy; + /** * Important: For simplicity, places do not participate in * dependency injection and can be created with new. diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceImpl.java index 5516d7c7f8..a3192adf91 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client.proxy; + public class PlaceImpl implements Place { private final String nameToken; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManager.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManager.java index de9a8c1b8c..3f451ee7de 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManager.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManager.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + /** * Place managers work as an intermediary between the GWT {@link com.google.gwt.user.client.History} API * and {@link ProxyPlaceAbstract}s. It sets up event listener relationships to synchronize them. diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManagerImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManagerImpl.java index 29ec4740a1..0646814fd8 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManagerImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceManagerImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,7 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; import com.google.gwt.event.logical.shared.ValueChangeEvent; import com.google.gwt.event.logical.shared.ValueChangeHandler; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequest.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequest.java index a6b160206c..27610b44b8 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequest.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequest.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + import java.util.Collections; import java.util.Map; import java.util.Set; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestEvent.java index 68328f8173..89b79c0916 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent; import com.philbeaudoin.gwtp.mvp.client.EventBus; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestHandler.java index 1861d0338a..bc55a5ee83 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/PlaceRequestHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.EventHandler; public interface PlaceRequestHandler extends EventHandler { diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/Proxy.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/Proxy.java index 713ad3201a..3bca305839 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/Proxy.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/Proxy.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.user.client.rpc.AsyncCallback; import com.philbeaudoin.gwtp.mvp.client.Presenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyFailureHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyFailureHandler.java index 8663d25743..a81680457b 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyFailureHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyFailureHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client.proxy; + public interface ProxyFailureHandler { void onFailedGetPresenter(Throwable caught); } \ No newline at end of file diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyImpl.java index 4212c89609..a44e25bdf6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Inject; import com.philbeaudoin.gwtp.mvp.client.IndirectProvider; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlace.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlace.java index 88f3ac07c8..b267e95420 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlace.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlace.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.philbeaudoin.gwtp.mvp.client.Presenter; /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlaceAbstract.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlaceAbstract.java index 85f0d2462a..6464ad48f5 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlaceAbstract.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyPlaceAbstract.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,7 +14,7 @@ * limitations under the License. */ - +package com.philbeaudoin.gwtp.mvp.client.proxy; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Inject; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyRaw.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyRaw.java index d273de243e..163f6064b1 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyRaw.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ProxyRaw.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.user.client.rpc.AsyncCallback; import com.philbeaudoin.gwtp.mvp.client.Presenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersEvent.java index 7080fe51a0..006ec633a6 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent; import com.philbeaudoin.gwtp.mvp.client.EventBus; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersHandler.java index 3751d1f915..34ceda7287 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/ResetPresentersHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.EventHandler; public interface ResetPresentersHandler extends EventHandler { diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentEvent.java index 6fa9900748..49b4b2e595 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent; import com.philbeaudoin.gwtp.mvp.client.EventBus; import com.philbeaudoin.gwtp.mvp.client.Presenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentHandler.java index 542e829329..4a1b75ab62 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealContentHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.EventHandler; import com.google.gwt.user.client.Command; import com.google.gwt.user.client.DeferredCommand; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentEvent.java index 4946ed590b..ecf21419f1 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -14,8 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ - + */ + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent; import com.philbeaudoin.gwtp.mvp.client.EventBus; import com.philbeaudoin.gwtp.mvp.client.Presenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentHandler.java index 477c9c2e99..33127027e4 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootContentHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.EventHandler; import com.philbeaudoin.gwtp.mvp.client.RootPresenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentEvent.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentEvent.java index 07503811d6..beb15fcb0e 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentEvent.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentEvent.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent; import com.philbeaudoin.gwtp.mvp.client.EventBus; import com.philbeaudoin.gwtp.mvp.client.Presenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentHandler.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentHandler.java index 1ee62dcb40..f73b735b44 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentHandler.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/RevealRootLayoutContentHandler.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.EventHandler; import com.philbeaudoin.gwtp.mvp.client.RootPresenter; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxy.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxy.java index 8dff102c57..24b2b69e2f 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxy.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxy.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.philbeaudoin.gwtp.mvp.client.Presenter; import com.philbeaudoin.gwtp.mvp.client.Tab; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyImpl.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyImpl.java index 18befab7ee..1b4298fee1 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyImpl.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyImpl.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.google.gwt.event.shared.GwtEvent.Type; import com.google.inject.Inject; import com.philbeaudoin.gwtp.mvp.client.EventBus; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyPlace.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyPlace.java index b8e4c5f2b0..ad334ea071 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyPlace.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TabContentProxyPlace.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -15,8 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - + +package com.philbeaudoin.gwtp.mvp.client.proxy; + import com.philbeaudoin.gwtp.mvp.client.Presenter; import com.philbeaudoin.gwtp.mvp.client.Tab; diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatException.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatException.java index 6f3752d585..71df699c32 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatException.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatException.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + public final class TokenFormatException extends RuntimeException { /** diff --git a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatter.java b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatter.java index f941d9aee7..1424ef35cd 100644 --- a/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatter.java +++ b/src/com/philbeaudoin/gwtp/mvp/client/proxy/TokenFormatter.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client.proxy; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,6 +14,8 @@ * limitations under the License. */ +package com.philbeaudoin.gwtp.mvp.client.proxy; + /** * Provides services to convert a {@link PlaceRequest} to and from a History token value. */ diff --git a/src/com/philbeaudoin/gwtp/mvp/rebind/ProxyGenerator.java b/src/com/philbeaudoin/gwtp/mvp/rebind/ProxyGenerator.java index c4b986deae..ae28aef3e8 100644 --- a/src/com/philbeaudoin/gwtp/mvp/rebind/ProxyGenerator.java +++ b/src/com/philbeaudoin/gwtp/mvp/rebind/ProxyGenerator.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.rebind; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.rebind; + import java.io.PrintWriter; import com.google.gwt.core.client.GWT; diff --git a/test/com/philbeaudoin/gwtp/mvp/client/AllTests.java b/test/com/philbeaudoin/gwtp/mvp/client/AllTests.java index 110659f7e1..59adc6c976 100644 --- a/test/com/philbeaudoin/gwtp/mvp/client/AllTests.java +++ b/test/com/philbeaudoin/gwtp/mvp/client/AllTests.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.mvp.client; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.mvp.client; + import org.junit.runner.RunWith; import org.junit.runners.Suite; diff --git a/test/com/philbeaudoin/gwtp/testing/MockProvider.java b/test/com/philbeaudoin/gwtp/testing/MockProvider.java index 90fbccfda8..ecda82c134 100644 --- a/test/com/philbeaudoin/gwtp/testing/MockProvider.java +++ b/test/com/philbeaudoin/gwtp/testing/MockProvider.java @@ -1,5 +1,3 @@ -package com.philbeaudoin.gwtp.testing; - /** * Copyright 2010 Philippe Beaudoin * @@ -16,8 +14,8 @@ * limitations under the License. */ - - +package com.philbeaudoin.gwtp.testing; + import com.google.inject.Provider; import static org.mockito.Mockito.*;