From f7cee24e11df95cf0f0ce7ff4421958f1d95e294 Mon Sep 17 00:00:00 2001
From: Musachy Barroso
Date: Thu, 20 Sep 2007 13:49:59 +0000
Subject: [PATCH] Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577747 13f79535-47bb-0310-9956-ffa450edef68
---
.../src/main/java/org/apache/struts2/dojo/components/Head.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java
index 44b179585..b62ba3ae5 100644
--- a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java
+++ b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java
@@ -46,7 +46,7 @@ import com.opensymphony.xwork2.util.ValueStack;
*
* For troubleshooting javascript problems the following configuration is recommended:
*
- * <s:head debug="true" cache="false" compressed="false" />
+ * <sx:head debug="true" cache="false" compressed="false" />
*
*
* Dojo files are loaded as required by the Dojo loading mechanism. The problem with this