Skip to content

Commit

Permalink
feat(#2438): undots
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 24, 2023
1 parent 7941df4 commit 4a3c0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-runtime/src/main/java/EOorg/EOeolang/AtMemoized.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public AtMemoized() {

/**
* Ctor, needed for copying.
* @param obj New object.
* @param size New size.
* @param obj New object
* @param size New size
*/
private AtMemoized(final Phi obj, final Integer size) {
this.object = obj;
Expand Down

0 comments on commit 4a3c0db

Please sign in to comment.