You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2013/03/31 16:36:04 UTC

svn commit: r1462975 - /incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Author: gpetracek
Date: Sun Mar 31 14:36:03 2013
New Revision: 1462975

URL: http://svn.apache.org/r1462975
Log:
updated content

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Modified: incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext?rev=1462975&r1=1462974&r2=1462975&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext Sun Mar 31 14:36:03 2013
@@ -352,7 +352,7 @@ With `ViewNavigationHandler` DeltaSpike 
 A simple example is:
 
     :::java
-    interface Pages {
+    public interface Pages {
         class Index implements ViewConfig { }
     }
 
@@ -378,7 +378,7 @@ Furthermore, it's also possible to use i
 In case of
 
     :::java
-    interface Pages {
+    public interface Pages {
         class Index implements ViewConfig { }
 
         class CustomErrorPage extends DefaultErrorView { }