initialize () method needsto be accessible.

Signed-off-by: niclas <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/ae4f1ad1
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/ae4f1ad1
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/ae4f1ad1

Branch: refs/heads/develop
Commit: ae4f1ad1b6aafc76c8b6784f84ec73b0a43a7538
Parents: 37ada0d
Author: niclas <[email protected]>
Authored: Tue May 23 10:54:11 2017 +0800
Committer: niclas <[email protected]>
Committed: Tue May 23 10:54:11 2017 +0800

----------------------------------------------------------------------
 .../polygene/library/restlet/PolygeneRestApplicationLauncher.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/ae4f1ad1/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java
----------------------------------------------------------------------
diff --git 
a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java
 
b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java
index 69d2759..0ea073a 100644
--- 
a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java
+++ 
b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java
@@ -23,7 +23,7 @@ public abstract class PolygeneRestApplicationLauncher
     protected ValueBuilderFactory valueBuilderFactory;
     protected Module entryModule;
 
-    protected void initialize()
+    public void initialize()
         throws ActivationException
     {
         polygeneApplication = createApplication();

Reply via email to