You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/22 21:50:03 UTC

svn commit: r371381 - /myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java

Author: baranda
Date: Sun Jan 22 12:49:57 2006
New Revision: 371381

URL: http://svn.apache.org/viewcvs?rev=371381&view=rev
Log:
Fixed package

Modified:
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java?rev=371381&r1=371380&r2=371381&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParserTest.java Sun Jan 22 12:49:57 2006
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.myfaces.component.html.util;
+package org.apache.myfaces.renderkit.html.util;
 
 import junit.framework.TestCase;