Skip to content

Commit

Permalink
Merge branch 'master' into feat/objectionary#2674/add-test-for-verify…
Browse files Browse the repository at this point in the history
…-mojo
  • Loading branch information
Yanich96 committed Dec 26, 2023
2 parents 018a08b + 51ed789 commit 5e0ff0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
/**
* Class to manipulate Cargo.toml file.
* @since 1.0
* @todo #2239:60 min. Make this class extending Savable class.
* This class have save method and needs to have explanatory
* comment too via Commented class.
*/
public class Cargo extends Savable {
public final class Cargo extends Savable {
/**
* Package attributes.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ String content() {
"import org.eolang.Universe;",
String.format(
"public class %s {",
name
this.name
),
String.format(
" public static native byte[] %s",
name
this.name
),
" (final Universe universe);",
"}"
Expand Down

0 comments on commit 5e0ff0a

Please sign in to comment.