Added background image of a us-map as a provisional eye-candy.
diff --git a/utils/junit/src/main/java/org/onlab/junit/TestUtils.java b/utils/junit/src/main/java/org/onlab/junit/TestUtils.java
index 48cba63..04e9600 100644
--- a/utils/junit/src/main/java/org/onlab/junit/TestUtils.java
+++ b/utils/junit/src/main/java/org/onlab/junit/TestUtils.java
@@ -140,7 +140,7 @@
      *
      * @param constructor Constructor to call
      * @param <T> type of the object to create
-     * @return created object of type <T>
+     * @return created object of type T
      * @throws TestUtilsException if there are reflection errors while calling
      * the constructor
      */