Skip to content

Commit ff55a04

Browse files
committed
doc update
1 parent 3747231 commit ff55a04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The main goal of this project is to explore basic features of
1111
_Reference_: [Java 9 Modularity](https://www.amazon.com/Java-Modularity-Developing-Maintainable-Applications/dp/1491954167)
1212

1313
## project structure
14-
`moduleA`, `moduleB`, `moduleC` - exploring `exports`, `exports X to Y`,
15-
`requires`, `requires transitive`.
14+
* **moduleA**, **moduleB**, **moduleC** - exploring `exports`,
15+
`exports X to Y`, `requires`, `requires transitive`.
1616

17-
`openModule`, `ordinaryModule`, `reflection` - exporing `open module`
18-
and correlate `modularity` with `reflection`.
17+
* **openModule**, **ordinaryModule**, **reflection** - exporing
18+
`open module` and correlate `modularity` with `reflection`.
1919

2020
## project description
2121
Assume that we analyze `module-info.java` under module `X`

0 commit comments

Comments
 (0)