Class TextDiff


  • @API(status=INTERNAL,
         since="1.4.0")
    public final class TextDiff
    extends Object
    Creates a unified diff of 2 Strings using the popular Neil Fraser diff_match_patch implementation under the hood.
    Author:
    Simon Taddiken
    • Method Detail

      • hasDifference

        public boolean hasDifference()