Class diff_match_patch.Patch

  • Enclosing class:
    diff_match_patch

    public static class diff_match_patch.Patch
    extends Object
    Class representing one patch operation.
    • Constructor Detail

      • Patch

        public Patch()
        Constructor. Initializes with an empty list of diffs.
    • Method Detail

      • toString

        public String toString()
        Emmulate GNU diff's format. Header: @@ -382,8 +481,9 @@ Indicies are printed as 1-based, not 0-based.
        Overrides:
        toString in class Object
        Returns:
        The GNU diff string