]> git.mxchange.org Git - jcore-utils.git/commitdiff
added missing javadoc + updated jar
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 08:18:53 +0000 (10:18 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 08:18:53 +0000 (10:18 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java

index 9bfe65594b36e0dc1f2bf12fefe0583a8c3d2b3b..7884f3df59de98ef74951706b221477a588f99cb 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index f0d603fcd711679a1688f012861db0bab0cefa2f..5d0fe50d3869eee0a50d4d560a6688a16cabb9a6 100644 (file)
@@ -50,7 +50,7 @@ public abstract class BaseBooleanValidator extends BaseObjectValidator implement
                // Get client id and init message + key
                String clientId = component.getClientId();
                FacesMessage facesMessage = null;
-               String requiredMessage = null;
+               String requiredMessage;
 
                // So far all fine, no check if the field is fine
                for (final String field : requiredFields) {
index 4a2c9b53978cd8843259b9e803586617a315ce85..c0f737ea88e166b3c6f0df8f1ec1ecd243ef0d2a 100644 (file)
@@ -46,7 +46,7 @@ public abstract class BaseLongValidator extends BaseObjectValidator implements V
                // Get client id and init message + key
                String clientId = component.getClientId();
                FacesMessage facesMessage = null;
-               String requiredMessage = null;
+               String requiredMessage;
 
                // So far all fine, no check if the field is fine
                for (final String field : requiredFields) {