1.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Starter.java Wed Dec 15 18:53:00 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,13 +0,0 @@
1.4 -package cz.frantovo.rozsireneAtributy;
1.5 -
1.6 -/**
1.7 - * Spouštěč programu
1.8 - * @author fiki
1.9 - */
1.10 -public class Starter {
1.11 -
1.12 - public static void main(String[] args) {
1.13 - System.err.println("ještě není implementované…");
1.14 - System.exit(1);
1.15 - }
1.16 -}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Startér.java Wed Dec 15 19:18:08 2010 +0100
2.3 @@ -0,0 +1,13 @@
2.4 +package cz.frantovo.rozsireneAtributy;
2.5 +
2.6 +/**
2.7 + * Spouštěč programu
2.8 + * @author fiki
2.9 + */
2.10 +public class Startér {
2.11 +
2.12 + public static void main(String[] args) {
2.13 + System.err.println("ještě není implementované…");
2.14 + System.exit(1);
2.15 + }
2.16 +}