mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -21,7 +21,7 @@ public @interface AnnotationForTest {
|
||||
/**
|
||||
* 注解的默认属性值
|
||||
*
|
||||
* @return
|
||||
* @return 属性值
|
||||
*/
|
||||
String value();
|
||||
}
|
||||
|
@@ -12,7 +12,7 @@ public class AnnotationUtilTest {
|
||||
}
|
||||
|
||||
@AnnotationForTest("测试")
|
||||
class ClassWithAnnotation{
|
||||
static class ClassWithAnnotation{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@ public class ClassUtilTest {
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
class TestClass {
|
||||
static class TestClass {
|
||||
private String privateField;
|
||||
protected String field;
|
||||
|
||||
|
Reference in New Issue
Block a user