X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=publishing%2Forg.argeo.publishing.ui%2Fsrc%2Forg%2Fargeo%2Fcms%2Ftext%2FTextInterpreterImpl.java;h=813fa0fcc9e9601fdf71b5f8ecd7c3d2bc52aad5;hp=f9ee195a79960259916399f941f60556a82b694f;hb=7b6b34f956c231ec4dc7aab0acf85c6e7b592e39;hpb=06db6a211a46ba994d007e30f62704165c413177 diff --git a/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/TextInterpreterImpl.java b/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/TextInterpreterImpl.java index f9ee195..813fa0f 100644 --- a/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/TextInterpreterImpl.java +++ b/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/TextInterpreterImpl.java @@ -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); }