Commit 9542e687 authored by xiaozhe.chen's avatar xiaozhe.chen

尝试登陆功能

parent f5885c6b
......@@ -15,7 +15,7 @@ public class IntegerToEnumConverterFactory implements ConverterFactory<String, E
}
if (enumType == null) {
throw new IllegalArgumentException("The target type " + targetType.getName() + " does not refer to an enum");
throw new IllegalArgumentException("The target type does not refer to an enum");
} else {
return new IntegerToEnumConverterFactory.IntegerToEnum(enumType);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment