Update RegistryBasedLicenseManager.java

revert-70aa11f8
Milan Perera 9 years ago
parent 4709107719
commit 9002375f6d

@ -69,7 +69,7 @@ public class RegistryBasedLicenseManager implements LicenseManager {
GenericArtifact artifact = this.getGenericArtifact(deviceType, languageCode); GenericArtifact artifact = this.getGenericArtifact(deviceType, languageCode);
if (artifact == null) { if (artifact == null) {
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("Generic artifact is null for '" + deviceType + "' device type, Hence license does not " + log.debug("Generic artifact is null for '" + deviceType + "' device type. Hence license does not " +
"have content"); "have content");
} }
return null; return null;

Loading…
Cancel
Save