diff --git a/repository/src/main/java/org/alfresco/repo/descriptor/DescriptorStartupLog.java b/repository/src/main/java/org/alfresco/repo/descriptor/DescriptorStartupLog.java
index 0cfd681737..181334939b 100644
--- a/repository/src/main/java/org/alfresco/repo/descriptor/DescriptorStartupLog.java
+++ b/repository/src/main/java/org/alfresco/repo/descriptor/DescriptorStartupLog.java
@@ -2,7 +2,7 @@
* #%L
* Alfresco Repository
* %%
- * Copyright (C) 2005 - 2022 Alfresco Software Limited
+ * Copyright (C) 2005 - 2018 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
@@ -25,6 +25,7 @@
*/
package org.alfresco.repo.descriptor;
+import java.security.Principal;
import java.util.Date;
import java.util.Properties;
@@ -124,15 +125,6 @@ public class DescriptorStartupLog extends AbstractLifecycleBean
{
msg += ", NO CLUSTER";
}
-
- if(license.isCustomEmbeddedWorkflowEnabled())
- {
- msg += ", customEmbeddedWorkflow:enabled";
- }
- else
- {
- msg += ", NO CUSTOM EMBEDDED WORKFLOW";
- }
String holder = license.getHolderOrganisation();
if (holder != null)
diff --git a/repository/src/main/java/org/alfresco/service/license/LicenseDescriptor.java b/repository/src/main/java/org/alfresco/service/license/LicenseDescriptor.java
index 9e6845ecbf..f8bd4e4d1b 100644
--- a/repository/src/main/java/org/alfresco/service/license/LicenseDescriptor.java
+++ b/repository/src/main/java/org/alfresco/service/license/LicenseDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* Alfresco Repository
* %%
- * Copyright (C) 2005 - 2022 Alfresco Software Limited
+ * Copyright (C) 2005 - 2016 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
@@ -139,12 +139,6 @@ public interface LicenseDescriptor
* @return true
if the license allows cryptodoc
*/
boolean isCryptodocEnabled();
-
- /**
- * Does this license allow custom embedded workflows?
- * @return true
if the license allows custom embedded workflows
- */
- boolean isCustomEmbeddedWorkflowEnabled();
/**
* ATS Transformation Server Expiry Date