ATS-213 : Transformers should have unique option name

This commit is contained in:
Cezar Leahu
2018-12-11 16:02:04 +00:00
parent d50cc236ab
commit 54a7b07e55
8 changed files with 159 additions and 87 deletions

View File

@@ -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");