Fix formatting

This commit is contained in:
Ilkka Seppälä
2016-07-04 22:22:37 +03:00
parent f806c5b712
commit 849df50394

View File

@ -29,9 +29,9 @@ Use the Factory Method pattern when
## Known uses
java.util.Calendar
java.util.ResourceBundle
java.text.NumberFormat#getInstance()
* java.util.Calendar
* java.util.ResourceBundle
* java.text.NumberFormat#getInstance()
## Credits