Skip to content

Commit

Permalink
Change linux src
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Mar 23, 2023
1 parent 4d6a965 commit 2b52614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/example/simple/SimpleLinux.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class SimpleLinux {
public static String description() {
return String.format("I am a simple class named SimpleLinux, and I know about %s", LinuxDep.NAME);
return String.format("I am a simple class named SimpleLinux, and I know about %s - changed", LinuxDep.NAME);
}
}

0 comments on commit 2b52614

Please sign in to comment.