Package helma.util

Class Diff.Change

java.lang.Object
helma.util.Diff.Change
Enclosing class:
Diff

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

    • line0

      public final int line0
    • line1

      public final int line1
    • inserted

      public final int inserted
    • deleted

      public final int deleted
  • Method Details