if (DeePartitions.DEE_CHARACTER.equals(contentType)) {
return new IAutoEditStrategy[] { };
} else if (DeePartitions.$Methods.isString(contentType)) {
return new IAutoEditStrategy[] { };
} else {
return array(new DeeAutoEditStrategy(contentType, sourceViewer));
}
}