Exemplo n.º 1
0
 /**
  * Add a formatting error to this patch script.
  *
  * @param err
  *            the error description.
  */
 public void addError(FormatError err)
 {
     _errors.Add(err);
 }
Exemplo n.º 2
0
 /**
  * Add a formatting error to this patch script.
  *
  * @param err
  *            the error description.
  */
 public void addError(FormatError err)
 {
     _errors.Add(err);
 }