Skip to content

Commit

Permalink
#2772: Fixed violations
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jan 17, 2024
1 parent f547341 commit b91c80f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eo-runtime/src/main/java/EOorg/EOeolang/EOerror.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
package EOorg.EOeolang;

import java.nio.charset.StandardCharsets;
import java.util.Arrays;

import org.eolang.AtFree;
import org.eolang.AtLambda;
import org.eolang.Attr;
Expand Down Expand Up @@ -137,7 +135,7 @@ public Phi enclosure() {
* Retrieve message from enclosure safely.
* @param enclosure Enclosure.
* @return String message.
* @checkstyle IllegalCatchCheck (45 lines)
* @checkstyle IllegalCatchCheck (55 lines)
*/
private static String safeMessage(final Phi enclosure) {
String result;
Expand Down

0 comments on commit b91c80f

Please sign in to comment.