Skip to content

Commit 09901ca

Browse files
author
Tomasz Fijalkowski
committed
Link to article at readme file
1 parent ea7ab89 commit 09901ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Java 9 modules - the simplest example
22
======
33

44
It's the simplest example of using java modules.
5-
The repo contains two modules `pl.tfij.java9modules.app` and `pl.tfij.java9modules.greetings`.
5+
The repo was created for the purpose of the article [Quick introduction to Java 9 modularization](http://chi.pl/2017/03/11/Quick-Introduction-to-Java9-Modularization.html)
6+
and contains two modules `pl.tfij.java9modules.app` and `pl.tfij.java9modules.greetings`.
67
The first one has a dependency to the second one.
78
Each module contains only one class with a one single-line method.
89

0 commit comments

Comments
 (0)