refactored windowsFeatureManager

This commit is contained in:
hasuniea 2015-10-29 14:47:59 +05:30
parent a437bda6af
commit 16b6c527ef

View File

@ -177,6 +177,7 @@ public class WindowsFeatureManager implements FeatureManager {
feature.setCode("LOCK_RESET");
feature.setName("LockReset");
feature.setDescription("Lock Reset device");
supportedFeatures.add(feature);
return supportedFeatures;
}
}