bug6059: started to migrate GWT UIi from "Account" to "Device"

This commit is contained in:
Axel Uhl
2024-12-24 00:13:05 +01:00
parent 11e45a0aba
commit 037931a91d
23 changed files with 42 additions and 76 deletions
@@ -94,7 +94,7 @@ public class Activator implements BundleActivator {
securityService
.assumeOwnershipMigrated(SecuredDomainType.EXPEDITION_DEVICE_CONFIGURATION.getName());
} catch (Exception e) {
logger.log(Level.SEVERE, "Exception trying to migrate IgtimiAccounts implementation", e);
logger.log(Level.SEVERE, "Exception trying to migrate Expedition Devices implementation", e);
}
}, getClass().getName() + " registering connectivity handler").start();