Skip to content

Commit c255915

Browse files
authored
Merge pull request #199 from domaframework/fix-the-use-of-the-wrong-class
Fix the use of the wrong class `java.lang.reflect.Modifier`
2 parents 49d8a72 + 8562183 commit c255915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/seasar/doma/internal/apt/meta/EntityPropertyNameCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
import static org.seasar.doma.internal.util.AssertionUtil.*;
1919

20-
import java.lang.reflect.Modifier;
2120
import java.util.HashSet;
2221
import java.util.Set;
2322

2423
import javax.annotation.processing.ProcessingEnvironment;
24+
import javax.lang.model.element.Modifier;
2525
import javax.lang.model.element.TypeElement;
2626
import javax.lang.model.element.VariableElement;
2727
import javax.lang.model.type.TypeKind;

0 commit comments

Comments
 (0)