Skip to content

Commit

Permalink
objectionary#2313: Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jul 26, 2023
1 parent 3a51f58 commit d31bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/Universe.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public int find(final String name) {
* @checkstyle NonStaticMethodCheck (4 lines)
*/
public void put(final int vertex, final byte[] bytes) {
return;
//Empty yet.
}

/**
Expand Down

0 comments on commit d31bd7a

Please sign in to comment.