mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-213 : Transformers should have unique option name
This commit is contained in:
@@ -15,7 +15,7 @@ import org.alfresco.transformer.exceptions.TransformException;
|
||||
*
|
||||
* @author Cezar Leahu
|
||||
*/
|
||||
public final class OptionsBuilder
|
||||
final class OptionsBuilder
|
||||
{
|
||||
private static final List<String> GRAVITY_VALUES = asList("North", "NorthEast", "East",
|
||||
"SouthEast", "South", "SouthWest", "West", "NorthWest", "Center");
|
||||
|
Reference in New Issue
Block a user