Fix dangling Javadoc comments

Change-Id: I828f9bdf0c2b2205b9239c2ef5c85aadd83bb3f0
diff --git a/core/net/src/test/java/org/onosproject/net/intent/impl/compiler/PathIntentCompilerTest.java b/core/net/src/test/java/org/onosproject/net/intent/impl/compiler/PathIntentCompilerTest.java
index b3efb24..a636fd4 100644
--- a/core/net/src/test/java/org/onosproject/net/intent/impl/compiler/PathIntentCompilerTest.java
+++ b/core/net/src/test/java/org/onosproject/net/intent/impl/compiler/PathIntentCompilerTest.java
@@ -942,7 +942,7 @@
 
             assertTrue(VlanId.NO_VID < vlanToEncap.toShort() && vlanToEncap.toShort() < VlanId.MAX_VLAN);
 
-            /**
+            /*
              * This second part is meant to test if the random selection is working properly.
              * We are compiling the same intent in order to verify if the VLAN ID is different
              * from the previous one.