Package helma.util

Class Diff.Change

  • Enclosing class:
    Diff

    public static class Diff.Change
    extends java.lang.Object
    A legacy adapter that is compatible to the interface of the old GPL licenced Diff.
    • Field Detail

      • line0

        public final int line0
      • line1

        public final int line1
      • inserted

        public final int inserted
      • deleted

        public final int deleted
    • Method Detail

      • fromList

        public static Diff.Change fromList​(java.util.List diffs)