forked from Kuba27/Lab2Test
Compare commits
1 Commits
master
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
| d5fd0884fd |
@@ -1,2 +1 @@
|
|||||||
This is documentation of the project. New change.
|
This is documentation of the project. New change. Update from new_feature branch.
|
||||||
Dodany tekst :D
|
|
||||||
@@ -10,7 +10,6 @@ public class DemoApplication {
|
|||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Trzecia wiadomosc");
|
System.out.println("Trzecia wiadomosc");
|
||||||
System.out.println("Drugi komunikat");
|
System.out.println("Drugi komunikat");
|
||||||
System.out.println("Change from fork.");
|
|
||||||
System.out.println(new Date());
|
System.out.println(new Date());
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user