예제 #1
0
 /**
  * Add a formatting error to this patch script.
  *
  * @param err
  *            the error description.
  */
 public void addError(FormatError err)
 {
     _errors.Add(err);
 }
예제 #2
0
파일: Patch.cs 프로젝트: stschake/GitSharp
 /**
  * Add a formatting error to this patch script.
  *
  * @param err
  *            the error description.
  */
 public void addError(FormatError err)
 {
     _errors.Add(err);
 }