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) {
6565 } else if (!(o instanceof ConstraintViolationImpl )) {
6666 return false ;
6767 } else {
68- ConstraintViolationImpl <?> other = (ConstraintViolationImpl ) o ;
68+ ConstraintViolationImpl <?> other = (ConstraintViolationImpl <?> ) o ;
6969 return Objects .equals (this .message , other .message )
7070 && Objects .equals (this .propertyPath , other .propertyPath )
7171 && Objects .equals (this .rootBean , other .rootBean )
Original file line number Diff line number Diff line change 4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848
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>
5151
5252 <auto .common.version>1.1</auto .common.version>
5353 <auto .service.version>1.0</auto .service.version>
Original file line number Diff line number Diff line change 5454
5555 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5656
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>
5959
6060 <maven .compiler.plugin>3.8.1</maven .compiler.plugin>
6161 <maven .deploy.plugin>3.0.0-M1</maven .deploy.plugin>
You can’t perform that action at this time.
0 commit comments