From e1dfb50e2e43069bf3933e1b527a508e548d29a6 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Tue, 13 Jan 2015 16:35:46 -0800 Subject: [PATCH] Fix javadoc typos Change-Id: Ia1872060512df5e501503ba773a66690efd5b99b --- .../java/org/onosproject/net/intent/ConnectivityIntent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java b/core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java index b82fe56440..50f639c5e7 100644 --- a/core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java +++ b/core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java @@ -55,7 +55,7 @@ public abstract class ConnectivityIntent extends Intent { * @param resources required network resources (optional) * @param selector traffic selector * @param treatment treatment - * @throws NullPointerException if the selector or treatement is null + * @throws NullPointerException if the selector or treatment is null */ protected ConnectivityIntent(ApplicationId appId, Collection resources, @@ -76,7 +76,7 @@ public abstract class ConnectivityIntent extends Intent { * @param selector traffic selector * @param treatment treatment * @param constraints optional prioritized list of constraints - * @throws NullPointerException if the selector or treatement is null + * @throws NullPointerException if the selector or treatment is null */ protected ConnectivityIntent(ApplicationId appId, Collection resources,