Experiment with support for multiple lines within a paragraph.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / cms / text / TextInterpreterImpl.java
index f9ee195a79960259916399f941f60556a82b694f..813fa0fcc9e9601fdf71b5f8ecd7c3d2bc52aad5 100644 (file)
@@ -8,8 +8,7 @@ import javax.jcr.RepositoryException;
  * specific formatting and integration.
  */
 class TextInterpreterImpl extends IdentityTextInterpreter {
-       private MarkupValidatorCopy markupValidator = MarkupValidatorCopy
-                       .getInstance();
+       private MarkupValidatorCopy markupValidator = MarkupValidatorCopy.getInstance();
 
        @Override
        protected void validateBeforeStoring(String raw) {
@@ -17,14 +16,12 @@ class TextInterpreterImpl extends IdentityTextInterpreter {
        }
 
        @Override
-       protected String convertToStorage(Item item, String content)
-                       throws RepositoryException {
+       protected String convertToStorage(Item item, String content) throws RepositoryException {
                return super.convertToStorage(item, content);
        }
 
        @Override
-       protected String convertFromStorage(Item item, String content)
-                       throws RepositoryException {
+       protected String convertFromStorage(Item item, String content) throws RepositoryException {
                return super.convertFromStorage(item, content);
        }