Skip to content

Commit

Permalink
objectionary#3058: Fixed access modifier in EOorg/EOeolang/
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 17, 2024
1 parent 0df59c8 commit de6af3e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
@Versionized
@XmirObject(oname = "cage.encaged.encage")
final class EOcage$EOencaged$EOencage extends PhDefault implements Atom {
public final class EOcage$EOencaged$EOencage extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
@Versionized
@XmirObject(oname = "cage.encaged.@")
final class EOcage$EOencaged$EOφ extends PhDefault implements Atom {
public final class EOcage$EOencaged$EOφ extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/EOorg/EOeolang/EOcage$EOφ.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/
@Versionized
@XmirObject(oname = "cage.@")
final class EOcage$EOφ extends PhDefault implements Atom {
public final class EOcage$EOφ extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/EOorg/EOeolang/EOio/Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @since 0.28.0
*/
@Versionized
public final class Input {
final class Input {
/**
* Default input.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
@Versionized
@XmirObject(oname = "malloc.pointer.read")
final class EOmalloc$EOmemory_block_pointer$EOread extends PhDefault implements Atom {
public final class EOmalloc$EOmemory_block_pointer$EOread extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/
@Versionized
@XmirObject(oname = "malloc.pointer.write")
final class EOmalloc$EOmemory_block_pointer$EOwrite extends PhDefault implements Atom {
public final class EOmalloc$EOmemory_block_pointer$EOwrite extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOφ.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
@Versionized
@XmirObject(oname = "malloc.@")
final class EOmalloc$EOφ extends PhDefault implements Atom {
public final class EOmalloc$EOφ extends PhDefault implements Atom {
/**
* Ctor.
* @param sigma Sigma
Expand Down

0 comments on commit de6af3e

Please sign in to comment.