makeIndentStr should be protected

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@292 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 17405ed7ad
commit bb39f34c3f
  1. 2
      jode/jode/decompiler/TabbedPrintWriter.java

@ -43,7 +43,7 @@ public class TabbedPrintWriter {
/** /**
* Convert the numeric indentation to a string. * Convert the numeric indentation to a string.
*/ */
public void makeIndentStr() { protected void makeIndentStr() {
int tabs = (currentIndent >> 3); int tabs = (currentIndent >> 3);
// This is a very fast implementation. // This is a very fast implementation.
if (tabs <= 20) if (tabs <= 20)

Loading…
Cancel
Save