[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r106 - trunk/cdk/compiler/src/main/java/org/ajax4jsf/templatecompiler/elements.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Fri Apr 20 19:54:03 EDT 2007


Author: nbelaevski
Date: 2007-04-20 19:54:03 -0400 (Fri, 20 Apr 2007)
New Revision: 106

Modified:
   trunk/cdk/compiler/src/main/java/org/ajax4jsf/templatecompiler/elements/TemplateElementBase.java
Log:
Visibility broaden for template root getter

Modified: trunk/cdk/compiler/src/main/java/org/ajax4jsf/templatecompiler/elements/TemplateElementBase.java
===================================================================
--- trunk/cdk/compiler/src/main/java/org/ajax4jsf/templatecompiler/elements/TemplateElementBase.java	2007-04-20 19:07:18 UTC (rev 105)
+++ trunk/cdk/compiler/src/main/java/org/ajax4jsf/templatecompiler/elements/TemplateElementBase.java	2007-04-20 23:54:03 UTC (rev 106)
@@ -78,7 +78,7 @@
 	/**
 	 * @return the componentBean
 	 */
-	protected CompilationContext getComponentBean() {
+	public CompilationContext getComponentBean() {
 		return componentBean;
 	}
 




More information about the ajax4jsf-svn-commits mailing list