clean out garbage in base classes
Brought to you by:
lucas_gonze
stuff like:
space - Static variable in class org.worldos.tcpserv.TCPServerUtils
isn't this just more orderly than typing a string literal?
should get moved to a better location or removed. org.worldos.tcpserv.TCPServerUtils in general has a lot of mung in it.
the space variable itself should be moved to the Constants interface, along with all the duplicate declarations of CRLF.