1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Typo, TODO

This commit is contained in:
jendib
2013-09-03 18:03:44 +02:00
parent f5079e83cb
commit fc53758eb7
3 changed files with 3 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ public class ValidationUtil {
* @throws JSONException
*/
public static void validateHexColor(String s, String name, boolean nullable) throws JSONException {
// TODO Do a real check
ValidationUtil.validateLength(s, "name", 7, 7, nullable);
}