compilation fixed

pull/903/head
Nikita 8 years ago
parent 803fc814e8
commit aa79c51f54

@ -134,7 +134,7 @@ public class ConfigSupport {
try {
Method lowMask = URI.class.getDeclaredMethod(methodName, String.class);
lowMask.setAccessible(true);
long lowMaskValue = (long) lowMask.invoke(null, "-_");
Long lowMaskValue = (Long) lowMask.invoke(null, "-_");
Field lowDash = URI.class.getDeclaredField(fieldName);

Loading…
Cancel
Save