Set BOB source/target to JDK 5 (AKA 1.5)

Minor bugfixes/code cleanup on BOB
Add/Cleanup some documentation to streaming lib javadocs
This commit is contained in:
sponge
2008-10-11 07:45:30 +00:00
parent 855293d673
commit f3f7537ec6
14 changed files with 103 additions and 86 deletions

View File

@ -39,7 +39,7 @@ import net.i2p.util.SimpleTimer;
/**
*
* BOB, main command socket listener, launches the command parser engine.
*
*
* @author sponge
*/
public class BOB {
@ -53,7 +53,7 @@ public class BOB {
/**
* Log a warning
*
*
* @param arg
*/
public static void warn(String arg) {
@ -63,7 +63,7 @@ public class BOB {
/**
* Log an error
*
*
* @param arg
*/
public static void error(String arg) {
@ -73,7 +73,7 @@ public class BOB {
/**
* Listen for incoming connections and handle them
*
*
* @param args
*/
public static void main(String[] args) {