Ray Milkey

Fix javadoc typos

Change-Id: Ia1872060512df5e501503ba773a66690efd5b99b
...@@ -55,7 +55,7 @@ public abstract class ConnectivityIntent extends Intent { ...@@ -55,7 +55,7 @@ public abstract class ConnectivityIntent extends Intent {
55 * @param resources required network resources (optional) 55 * @param resources required network resources (optional)
56 * @param selector traffic selector 56 * @param selector traffic selector
57 * @param treatment treatment 57 * @param treatment treatment
58 - * @throws NullPointerException if the selector or treatement is null 58 + * @throws NullPointerException if the selector or treatment is null
59 */ 59 */
60 protected ConnectivityIntent(ApplicationId appId, 60 protected ConnectivityIntent(ApplicationId appId,
61 Collection<NetworkResource> resources, 61 Collection<NetworkResource> resources,
...@@ -76,7 +76,7 @@ public abstract class ConnectivityIntent extends Intent { ...@@ -76,7 +76,7 @@ public abstract class ConnectivityIntent extends Intent {
76 * @param selector traffic selector 76 * @param selector traffic selector
77 * @param treatment treatment 77 * @param treatment treatment
78 * @param constraints optional prioritized list of constraints 78 * @param constraints optional prioritized list of constraints
79 - * @throws NullPointerException if the selector or treatement is null 79 + * @throws NullPointerException if the selector or treatment is null
80 */ 80 */
81 protected ConnectivityIntent(ApplicationId appId, 81 protected ConnectivityIntent(ApplicationId appId,
82 Collection<NetworkResource> resources, 82 Collection<NetworkResource> resources,
......