commit | a059a70c98623d723b8b89ac8eee1cddac43d539 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Jan 12 11:10:33 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Jan 12 19:23:16 2016 +0000 |
tree | b2f33f9ae64bd401e855e34d77336e7befd030d7 | |
parent | ce3b28e9fad5783a24570588b47c898905e57f40 [diff] |
Fix javadoc build - ampersands are bad Change-Id: I647aa8ea452ed1783d9bb26fc34cc98ec1c99318
diff --git a/apps/pim/src/main/java/org/onosproject/pim/impl/PIMInterface.java b/apps/pim/src/main/java/org/onosproject/pim/impl/PIMInterface.java index 4d8d05e..8bf2333 100644 --- a/apps/pim/src/main/java/org/onosproject/pim/impl/PIMInterface.java +++ b/apps/pim/src/main/java/org/onosproject/pim/impl/PIMInterface.java
@@ -31,7 +31,7 @@ import static org.slf4j.LoggerFactory.getLogger; /** - * PIM Interface represents an ONOS Interface with IP & MAC addresses for + * PIM Interface represents an ONOS Interface with IP and MAC addresses for * a given ConnectPoint. */ public class PIMInterface {