Remove @author tag from our code.

Change-Id: I8790b0322e12baa99bdd60a7df87209800541f0e
diff --git a/src/test/java/net/onrc/onos/core/intent/ShortestPathIntentTest.java b/src/test/java/net/onrc/onos/core/intent/ShortestPathIntentTest.java
index 87397c0..5fc4452 100644
--- a/src/test/java/net/onrc/onos/core/intent/ShortestPathIntentTest.java
+++ b/src/test/java/net/onrc/onos/core/intent/ShortestPathIntentTest.java
@@ -11,7 +11,7 @@
 import com.esotericsoftware.kryo.io.Output;
 
 /**
- * @author Toshio Koide (t-koide@onlab.us)
+ * Unit tests for ShortestPathIntent.
  */
 public class ShortestPathIntentTest {
     @Before