Skip to content

Commit

Permalink
869 checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrov committed Jul 22, 2022
1 parent fb8392a commit fd9ea3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/yegor256/tojos/CachedTojos.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
/**
* The wrapper which caches underlying tojos.
* Modify operation clears the cache.
<<<<<<< HEAD
* @since 1.0
=======
* This class is NOT thread-safe.
>>>>>>> 092c3da1070fedf4870d6b4b750bc1ab4752427c
* @since 1.0
*/
public final class CachedTojos implements Tojos {

Expand Down

0 comments on commit fd9ea3a

Please sign in to comment.