javabank
javabank copied to clipboard
Client(String, int) throws UnknownFormatConversionException
Using the Client(String, int) constructor throws an UnknownFormatConversionException, because %i is not supported (should be %d).
Reproduce:
Client client = new Client("localhost", 2525);
(Yes, this is the default, but just to demonstrate)
FYI: This should be resolved now.
Sweet! I'll close this issue once I get a new version deployed with Travis.
Will this be getting deployed? The latest published version still doesnt have this update.