File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
gwt-editor-j2cl-tests/src/test/java/org/gwtproject/validation/client/impl Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public boolean equals(Object o) {
65
65
} else if (!(o instanceof ConstraintViolationImpl )) {
66
66
return false ;
67
67
} else {
68
- ConstraintViolationImpl <?> other = (ConstraintViolationImpl ) o ;
68
+ ConstraintViolationImpl <?> other = (ConstraintViolationImpl <?> ) o ;
69
69
return Objects .equals (this .message , other .message )
70
70
&& Objects .equals (this .propertyPath , other .propertyPath )
71
71
&& Objects .equals (this .rootBean , other .rootBean )
Original file line number Diff line number Diff line change 46
46
<properties >
47
47
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
49
- <maven .compiler.source>1.8 </maven .compiler.source>
50
- <maven .compiler.target>1.8 </maven .compiler.target>
49
+ <maven .compiler.source>11 </maven .compiler.source>
50
+ <maven .compiler.target>11 </maven .compiler.target>
51
51
52
52
<auto .common.version>1.1</auto .common.version>
53
53
<auto .service.version>1.0</auto .service.version>
Original file line number Diff line number Diff line change 54
54
55
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
56
57
- <maven .compiler.source>1.8 </maven .compiler.source>
58
- <maven .compiler.target>1.8 </maven .compiler.target>
57
+ <maven .compiler.source>11 </maven .compiler.source>
58
+ <maven .compiler.target>11 </maven .compiler.target>
59
59
60
60
<maven .compiler.plugin>3.8.1</maven .compiler.plugin>
61
61
<maven .deploy.plugin>3.0.0-M1</maven .deploy.plugin>
You can’t perform that action at this time.
0 commit comments