From ceb6f13cab4d26bcebd8554713ad3b4c09a99f40 Mon Sep 17 00:00:00 2001 From: Sho SHIMIZU Date: Mon, 24 Aug 2015 11:46:25 -0700 Subject: [PATCH] Fix typo Change-Id: Ifdf6920c4968c29f4bbc0f13ad9a76daa7456556 --- .../main/java/org/onosproject/net/device/DeviceService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/api/src/main/java/org/onosproject/net/device/DeviceService.java b/core/api/src/main/java/org/onosproject/net/device/DeviceService.java index 218ccca32f..f4671fb47e 100644 --- a/core/api/src/main/java/org/onosproject/net/device/DeviceService.java +++ b/core/api/src/main/java/org/onosproject/net/device/DeviceService.java @@ -99,7 +99,7 @@ public interface DeviceService /** * Returns the list of port statistics associated with the device. * - * @param deviceId device identitifer + * @param deviceId device identifier * @return list of port statistics */ List getPortStatistics(DeviceId deviceId); @@ -107,7 +107,7 @@ public interface DeviceService /** * Returns the list of port delta statistics associated with the device. * - * @param deviceId device identitifer + * @param deviceId device identifier * @return list of port statistics */ List getPortDeltaStatistics(DeviceId deviceId);