EngineHub / Intake

IoC-oriented Java command parsing library
GNU Lesser General Public License v3.0
98 stars 21 forks source link

Fix an exception thrown with @Switch Integers #21

Closed ctian1 closed 5 years ago

ctian1 commented 8 years ago

If the switch wasn't present in the command or didn't have a value the NumberFormatException would be thrown later in the same method

me4502 commented 5 years ago

Thanks