Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c89cd4

Browse files
author
Gabor Nagy
committed
Removed public and final from interfaces
1 parent 76ece87 commit 0c89cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/main/java/de/danielbechler/diff/identity/IdentityConfigurer.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface IdentityConfigurer {
3232

3333
ObjectDifferBuilder and();
3434

35-
publicinterface Of {
35+
interface Of {
3636
IdentityConfigurer toUse(IdentityStrategy identityStrategy);
3737
}
3838

‎src/main/java/de/danielbechler/diff/identity/IdentityStrategy.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ public interface IdentityStrategy {
1313
* @param o
1414
* @return
1515
*/
16-
publicboolean equals(finalObject _this,final Object o);
16+
boolean equals(Object _this, Object o);
1717

1818
/**
1919
*
2020
* @param _this
2121
* never null
2222
* @return
2323
*/
24-
publicint hashCode(finalObject _this);
24+
int hashCode(Object _this);
2525

2626
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /