Fix a typo in class name:
DefualtHostDecriptionTest -> DefaultHostDecriptionTest
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -16,7 +16,7 @@ import static org.junit.Assert.assertTrue; | ... | @@ -16,7 +16,7 @@ import static org.junit.Assert.assertTrue; |
16 | /** | 16 | /** |
17 | * Test for the default host description. | 17 | * Test for the default host description. |
18 | */ | 18 | */ |
19 | -public class DefualtHostDecriptionTest { | 19 | +public class DefaultHostDecriptionTest { |
20 | 20 | ||
21 | private static final MacAddress MAC = MacAddress.valueOf("00:00:11:00:00:01"); | 21 | private static final MacAddress MAC = MacAddress.valueOf("00:00:11:00:00:01"); |
22 | private static final VlanId VLAN = VlanId.vlanId((short) 10); | 22 | private static final VlanId VLAN = VlanId.vlanId((short) 10); | ... | ... |
-
Please register or login to post a comment