Phytolizer / picross

My first game project! Based on the Japanese puzzle by the same name.
MIT License
4 stars 2 forks source link

Change InvalidArgumentException to IllegalArgumentException #3

Closed WestonReed closed 7 years ago

WestonReed commented 7 years ago

IllegalArgumentException does not require any imports, and should be used instead of InvalidArgumentException.

See: https://stackoverflow.com/a/7334226/7432811

Phytolizer commented 7 years ago

Oops, forgot that existed.

Phytolizer commented 7 years ago

That merged your netbeans files too. I'll fix it once I'm done working on my ISP.

WestonReed commented 7 years ago

Would you like me to add this .gitignore?

https://github.com/WestonReed/CSGameClient/blob/master/.gitignore

Phytolizer commented 7 years ago

Yes, that'd be helpful.