You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/19 09:30:59 UTC

[isis] branch master updated: ISIS-1865 make config module private

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 70a987a  ISIS-1865 make config module private
70a987a is described below

commit 70a987a801116b97e2cad6d38f87a29e4664f69c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Feb 19 10:30:56 2018 +0100

    ISIS-1865 make config module private
---
 .../isis/viewer/wicket/viewer/WicketObjectModule_bindingsStandard.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/viewer-wicket-impl/src/test/java/org/apache/isis/viewer/wicket/viewer/WicketObjectModule_bindingsStandard.java b/core/viewer-wicket-impl/src/test/java/org/apache/isis/viewer/wicket/viewer/WicketObjectModule_bindingsStandard.java
index ac9a592..d9cb9e3 100644
--- a/core/viewer-wicket-impl/src/test/java/org/apache/isis/viewer/wicket/viewer/WicketObjectModule_bindingsStandard.java
+++ b/core/viewer-wicket-impl/src/test/java/org/apache/isis/viewer/wicket/viewer/WicketObjectModule_bindingsStandard.java
@@ -83,7 +83,7 @@ public class WicketObjectModule_bindingsStandard {
 
 	// -- CONFIGURATION BINDING
 
-	public static class ConfigModule extends AbstractModule {
+	private static class ConfigModule extends AbstractModule {
 		@Override 
 		protected void configure() {
 			bind(IsisConfiguration.class).to(IsisConfigurationDefault.class);

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.