Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit d8d3e71

Browse files
author
Felix Steinke
committed
fix README format
1 parent 3860430 commit d8d3e71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This was the first java project in my study. It was developed with __NetBeans__
44
__SVN__ as SCM. Later I decided to import it on my GitHub. To upload it I used transformed it to a __Maven__ project.
55
The overall code got only a small clean up, so it still contains bugs and a lot of space for improvement.
66

7-
![Title Screen](Client/src/main/resources/title-screen.png)
8-
97
## Components
108

119
* The [Client](Client/src/main/java/simulator/client) provides a simple UI via `Java Swing`.
@@ -19,7 +17,7 @@ The overall code got only a small clean up, so it still contains bugs and a lot
1917
While cleaning up the project I introduced __Lombok__ to make the classes more lightweight. This reduced the size of the
2018
classes and saved a lot of LOC.
2119

22-
* Overall Lines: __~ 5900__
20+
* Overall Lines: __~5900__
2321
* Java Lines: __~4400__
2422
* Java Lines of Code: __~3400__
2523
* Average Java Class Lines: __~100__

0 commit comments

Comments
 (0)