Skip to content

Commit

Permalink
uncomment tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Oct 16, 2023
1 parent a21733c commit c74e9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/org/elasticsearch/Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ public static String defaultDisplayString(Type type, String hash, String date, S
return "[" + type.displayName + "][" + hash + "][" + date + "][" + version + "]";
}

/*@Override
@Override
public String toString() {
return displayString();
}*/
}
}

0 comments on commit c74e9c7

Please sign in to comment.