Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -15,6 +15,9 @@ | ... | @@ -15,6 +15,9 @@ |
| 15 | */ | 15 | */ |
| 16 | package org.onlab.onos.net; | 16 | package org.onlab.onos.net; |
| 17 | 17 | ||
| 18 | +/** | ||
| 19 | + * Utility for processing annotations. | ||
| 20 | + */ | ||
| 18 | public final class AnnotationsUtil { | 21 | public final class AnnotationsUtil { |
| 19 | 22 | ||
| 20 | public static boolean isEqual(Annotations lhs, Annotations rhs) { | 23 | public static boolean isEqual(Annotations lhs, Annotations rhs) { | ... | ... |
-
Please register or login to post a comment