mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
Typo, TODO
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user