You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelServiceImpl.java
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumber.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,6 @@ public VehicleIdentificationNumber(String vin) {
33
33
this.vin = vin;
34
34
}
35
35
36
-
@Override
37
-
publicinthashCode() {
38
-
returnthis.vin.hashCode();
39
-
}
40
-
41
36
@Override
42
37
publicbooleanequals(Objectobj) {
43
38
if (obj == this) {
@@ -49,6 +44,11 @@ public boolean equals(Object obj) {
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/DefaultEchoService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public class DefaultEchoService implements EchoService {
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/DefaultEchoService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public class DefaultEchoService implements EchoService {
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/DefaultEchoService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public class DefaultEchoService implements EchoService {
0 commit comments