Skip to content

Commit

Permalink
Updating file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wkorando committed Jul 23, 2021
1 parent cee4650 commit fb17527
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 31 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<version>1.0.0</version>
</parent>

<artifactId>xxx-soj-read-file-improvements</artifactId>
<name>xxx-soj-read-file-improvements</name>
<artifactId>012-soj-read-file-improvements</artifactId>
<name>012-soj-read-file-improvements</name>
<packaging>jar</packaging>

<description>Demonstrating Improvements to Reading files in Java</description>
<description>Demonstrating Improvements to Reading files in Java using Streams</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<module>009-string-join</module>
<module>010-unix-sockets</module>
<module>011-jfr</module>
<module>012-read-file-improvements</module>
<module>xxx-streams-updates</module>
<module>xxx-sealed-classes</module>
<module>xxx-record-projections</module>
<module>xxx-read-file-improvements</module>
</modules>

</project>
10 changes: 0 additions & 10 deletions xxx-record-projections/UnixClient.md

This file was deleted.

17 changes: 0 additions & 17 deletions xxx-record-projections/UnixServer.md

This file was deleted.

0 comments on commit fb17527

Please sign in to comment.