Skip to content

Commit

Permalink
fix(#3053): checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 5, 2024
1 parent 5c0d2e8 commit af05536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-runtime/src/main/java/org/eolang/PhTracedLocator.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public final class PhTracedLocator implements Phi {
* Cages that are currently being dataized. If one cage is being datazed, and
* it needs to be dataized inside current dataization, the locator of current object be here.
*/
private static final ThreadLocal<Map<Integer, Integer>>
DATAIZING_CAGES = ThreadLocal.withInitial(HashMap::new);
private static final ThreadLocal<Map<Integer, Integer>> DATAIZING_CAGES = ThreadLocal
.withInitial(HashMap::new);

/**
* Encaged object itself.
Expand Down

2 comments on commit af05536

@0pdd
Copy link

@0pdd 0pdd commented on af05536 Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2836-88180ad7 disappeared from eo-runtime/src/main/java/org/eolang/PhTracedEnclosure.java), that's why I closed #2891. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on af05536 Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 3002-687bf80a disappeared from eo-runtime/src/test/eo/org/eolang/goto-tests.eo), that's why I closed #3055. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.