Jeroen Hoffman pushed to branch bugfix/HSTTWO-3896 at cms-community / 
hippo-site-toolkit


Commits:
bdc41790 by Jeroen Hoffman at 2017-01-09T16:19:29+01:00
HSTTWO-3896 fix typo "Deprectated"

- - - - -


1 changed file:

- 
client/src/test/java/org/hippoecm/hst/component/support/forms/TestFormField.java


Changes:

=====================================
client/src/test/java/org/hippoecm/hst/component/support/forms/TestFormField.java
=====================================
--- 
a/client/src/test/java/org/hippoecm/hst/component/support/forms/TestFormField.java
+++ 
b/client/src/test/java/org/hippoecm/hst/component/support/forms/TestFormField.java
@@ -133,7 +133,7 @@ public class TestFormField {
     }
 
     @Test
-    public void testDeprectatedSetValues() throws Exception {
+    public void testDeprecatedSetValues() throws Exception {
         FormField formField = new FormField("t");
 
         formField.setValues(null);
@@ -204,4 +204,4 @@ public class TestFormField {
         FormField formField = new FormField(name);
         assertEquals("Hashcode of FormField must equal hashcode of its name", 
name.hashCode(), formField.hashCode());
     }
-}
\ No newline at end of file
+}



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/bdc41790a414e7e538a12c117c2252ede59020bc
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to