2 Commits

View File

@@ -18,7 +18,7 @@ public class DemoApplication {
System.out.println("add message from develop_3 branch"); System.out.println("add message from develop_3 branch");
System.out.println("add on remote origin/master"); System.out.println("add on remote origin/master");
System.out.println(new Date()); System.out.println(new Date());
System.out.println("zmiany zad dodatkowe"); System.out.println("zmiany zad dodatkowee");
UserEntity.showUserEntityMessage(); UserEntity.showUserEntityMessage();
} }