Class LPVSDiffFile

java.lang.Object
com.lpvs.entity.LPVSDiffFile

public class LPVSDiffFile extends Object
Represents a file diff in the LPVS system.
  • Constructor Details

    • LPVSDiffFile

      public LPVSDiffFile()
  • Method Details

    • appendPatchedLine

      public void appendPatchedLine(String line)
      Appends a patched line to the list of changed lines.
      Parameters:
      line - The line to be appended.