Skip to content

Commit

Permalink
feat(objectionary#845): fix all the code offences
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 13, 2024
1 parent 6d7a5dd commit 3636715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public final class BytecodeListing {

/**
* Raw bytecode
* Raw bytecode.
*/
private final byte[] bytecode;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ void convertsToPrettyString() throws Exception {
Matchers.containsString("org/eolang/jeo/MethodByte")
);
}
}
}

0 comments on commit 3636715

Please sign in to comment.