Skip to content

Commit

Permalink
Make readResolve protected again.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 23, 2023
1 parent 9f1cd67 commit dc8c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/hm/hafner/util/FilteredLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public FilteredLog(final String title, final int maxLines) {
*
* @return this
*/
private Object readResolve() {
protected Object readResolve() {
lock = new ReentrantLock();

return this;
Expand Down

0 comments on commit dc8c6c5

Please sign in to comment.