Created
December 9, 2017 16:55
-
-
Save geraldcroes/e2b8d6009f2a7e24a29feeaf09436747 to your computer and use it in GitHub Desktop.
Client of the object factory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Works… | |
| ObjectFileParserFactory.createFromFileName("filename.foo") | |
| //...and this still works | |
| val fileParser = ObjectFileParserFactory | |
| fileParser.createFromFileName("filename.json") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment