Skip to content

Commit b41c7d2

Browse files
committed
issues resolved and cleaned up
1 parent 871bf24 commit b41c7d2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import base.Readers;
2+
3+
println("Integer: " + Readers.readInt());

examples/BaseProgram/ReadData

Lines changed: 0 additions & 3 deletions
This file was deleted.

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ project.name=BaseProgram
7676

7777
# The name as the user will see it. This can contain spaces and special characters.
7878

79-
project.prettyName=Base program for writing simple processing programs
79+
project.prettyName=Base Utilities
8080

8181

8282
# Use 'normal' or 'fast' as value for project.compile.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
*/
4444

45-
public class BaseProgram
45+
public class Readers
4646
{
4747

4848
public final static String VERSION = "##library.prettyVersion##";

0 commit comments

Comments
 (0)