Yuta HIGUCHI

Fix LISP related javadoc

Change-Id: Ia83fdeaf0cbdd8914c6a105f30c4cfa1b174af3a
...@@ -23,6 +23,8 @@ import java.util.List; ...@@ -23,6 +23,8 @@ import java.util.List;
23 * LISP map notify message format is defined in RFC6830. 23 * LISP map notify message format is defined in RFC6830.
24 * https://tools.ietf.org/html/rfc6830#page-39 24 * https://tools.ietf.org/html/rfc6830#page-39
25 * 25 *
26 + * <pre>
27 + * {@literal
26 * 0 1 2 3 28 * 0 1 2 3
27 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 29 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
28 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 30 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
...@@ -50,7 +52,7 @@ import java.util.List; ...@@ -50,7 +52,7 @@ import java.util.List;
50 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 52 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
51 * | \| Locator | 53 * | \| Locator |
52 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 54 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
53 - * 55 + * }</pre>
54 */ 56 */
55 public interface LispMapNotify extends LispMessage { 57 public interface LispMapNotify extends LispMessage {
56 58
......
...@@ -23,6 +23,8 @@ import java.util.List; ...@@ -23,6 +23,8 @@ import java.util.List;
23 * LISP map register message format is defined in RFC6830. 23 * LISP map register message format is defined in RFC6830.
24 * https://tools.ietf.org/html/rfc6830#page-37 24 * https://tools.ietf.org/html/rfc6830#page-37
25 * 25 *
26 + * <pre>
27 + * {@literal
26 * 0 1 2 3 28 * 0 1 2 3
27 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 29 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
28 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 30 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
...@@ -50,6 +52,7 @@ import java.util.List; ...@@ -50,6 +52,7 @@ import java.util.List;
50 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 52 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
51 * | \| Locator | 53 * | \| Locator |
52 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 54 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
55 + * }</pre>
53 */ 56 */
54 public interface LispMapRegister extends LispMessage { 57 public interface LispMapRegister extends LispMessage {
55 58
......
...@@ -21,6 +21,8 @@ package org.onosproject.lisp.msg.protocols; ...@@ -21,6 +21,8 @@ package org.onosproject.lisp.msg.protocols;
21 * LISP map reply message format is defined in RFC6830. 21 * LISP map reply message format is defined in RFC6830.
22 * https://tools.ietf.org/html/rfc6830#page-31 22 * https://tools.ietf.org/html/rfc6830#page-31
23 * 23 *
24 + * <pre>
25 + * {@literal
24 * 0 1 2 3 26 * 0 1 2 3
25 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 27 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
26 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 28 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
...@@ -44,6 +46,7 @@ package org.onosproject.lisp.msg.protocols; ...@@ -44,6 +46,7 @@ package org.onosproject.lisp.msg.protocols;
44 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 46 * | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
45 * | \| Locator | 47 * | \| Locator |
46 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 48 * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
49 + * }</pre>
47 */ 50 */
48 public interface LispMapReply extends LispMessage { 51 public interface LispMapReply extends LispMessage {
49 52
......
...@@ -25,6 +25,8 @@ import java.util.List; ...@@ -25,6 +25,8 @@ import java.util.List;
25 * LISP map request message format is defined in RFC6830. 25 * LISP map request message format is defined in RFC6830.
26 * https://tools.ietf.org/html/rfc6830#page-27 26 * https://tools.ietf.org/html/rfc6830#page-27
27 * 27 *
28 + * <pre>
29 + * {@literal
28 * 0 1 2 3 30 * 0 1 2 3
29 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 31 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
30 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 32 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
...@@ -48,6 +50,7 @@ import java.util.List; ...@@ -48,6 +50,7 @@ import java.util.List;
48 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 50 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
49 * | Map-Reply Record ... | 51 * | Map-Reply Record ... |
50 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 52 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
53 + * }</pre>
51 */ 54 */
52 public interface LispMapRequest extends LispMessage { 55 public interface LispMapRequest extends LispMessage {
53 56
......