Class MakeLongLinesBreakableFilter


  • public class MakeLongLinesBreakableFilter
    extends Object
    The SanityCheckFilter makes sure that the document about to be formatted will not break the formatter. For now, it just makes sure that there are no excessively long words which cause the formatter to consume an excessive amount of memory.
    • Constructor Detail

      • MakeLongLinesBreakableFilter

        public MakeLongLinesBreakableFilter()
    • Method Detail

      • filter

        public void filter​(Document doc)