mirror of https://github.com/apache/cloudstack.git
fix lint issue
This commit is contained in:
parent
928db650e3
commit
369bb16d0d
|
|
@ -51,4 +51,4 @@ public class ListDnsRecordsCmd extends BaseListCmd {
|
|||
response.setResponseName(getCommandName());
|
||||
setResponseObject(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,5 +80,4 @@ public class PowerDnsClientTest {
|
|||
result = client.normalizeRecordName("www", "example.com.");
|
||||
assertEquals("www.example.com.", result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@
|
|||
<property name="name" value="eventNotificationBus"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
</beans>
|
||||
|
|
|
|||
Loading…
Reference in New Issue