fix lint issue

This commit is contained in:
Manoj Kumar 2026-03-03 17:44:24 +05:30
parent 928db650e3
commit 369bb16d0d
No known key found for this signature in database
GPG Key ID: E952B7234D2C6F88
3 changed files with 3 additions and 4 deletions

View File

@ -51,4 +51,4 @@ public class ListDnsRecordsCmd extends BaseListCmd {
response.setResponseName(getCommandName());
setResponseObject(response);
}
}
}

View File

@ -80,5 +80,4 @@ public class PowerDnsClientTest {
result = client.normalizeRecordName("www", "example.com.");
assertEquals("www.example.com.", result);
}
}
}

View File

@ -32,4 +32,4 @@
<property name="name" value="eventNotificationBus"/>
</bean>
</beans>
</beans>