Deprecate the old base

This commit is contained in:
alandavis
2022-08-03 12:41:14 +01:00
parent 331d9655fa
commit 9e2952d4fd
36 changed files with 121 additions and 24 deletions

View File

@@ -35,8 +35,6 @@ import java.util.Objects;
import java.util.StringTokenizer;
/**
* DUPLICATED FROM *alfresco-core*.
*
* This class is used to tokenize strings used as parameters for {@link RuntimeExec} objects.
* Examples of such strings are as follows (ImageMagick-like parameters):
* <ul>

View File

@@ -50,8 +50,6 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* DUPLICATED FROM *alfresco-core*.
*
* This acts as a session similar to the <code>java.lang.Process</code>, but
* logs the system standard and error streams.
* <p>