Committed by
Gerrit Code Review
Fix javadoc build - ampersands are bad
Change-Id: I647aa8ea452ed1783d9bb26fc34cc98ec1c99318
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -31,7 +31,7 @@ import java.util.Set; | ... | @@ -31,7 +31,7 @@ import java.util.Set; |
31 | import static org.slf4j.LoggerFactory.getLogger; | 31 | import static org.slf4j.LoggerFactory.getLogger; |
32 | 32 | ||
33 | /** | 33 | /** |
34 | - * PIM Interface represents an ONOS Interface with IP & MAC addresses for | 34 | + * PIM Interface represents an ONOS Interface with IP and MAC addresses for |
35 | * a given ConnectPoint. | 35 | * a given ConnectPoint. |
36 | */ | 36 | */ |
37 | public class PIMInterface { | 37 | public class PIMInterface { | ... | ... |
-
Please register or login to post a comment