/**
  * Sets the number of spaces to use for indentation.
  *
  * @param indentFactor The number of spaces to use for indentation.
  * @deprecated Use {@link #setIndentingSize(int)} instead
  */
 @Deprecated
 public void setIndentSize(int indentFactor) {
   setIndentingSize(indentFactor);
 }