Skip to content

Commit

Permalink
Remove redundant implements
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Mar 27, 2023
1 parent ef77adf commit b0e7600
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
package org.eclipse.kapua.service.systeminfo;

import org.eclipse.kapua.locator.KapuaLocator;
import org.eclipse.kapua.service.KapuaService;

import javax.xml.bind.annotation.XmlRegistry;

@XmlRegistry
public class SystemInfoXmlRegistry implements KapuaService {
public class SystemInfoXmlRegistry {
private static final KapuaLocator LOCATOR = KapuaLocator.getInstance();
private static final SystemInfoFactory SYSTEM_INFO_FACTORY = LOCATOR.getFactory(SystemInfoFactory.class);

Expand Down

0 comments on commit b0e7600

Please sign in to comment.