Skip to content

Commit

Permalink
doc(Environment): replace space indentation with tab (#5434)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 authored Sep 9, 2023
1 parent 30dadf1 commit 0a36d02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/spoon/compiler/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public interface Environment {
*
* most robust: {@link PRETTY_PRINTING_MODE#DEBUG}
* most sophisticated: {@link PRETTY_PRINTING_MODE#AUTOIMPORT}
*
*
* @return the kind of pretty-printing expected.
*/
PRETTY_PRINTING_MODE getPrettyPrintingMode();
Expand Down Expand Up @@ -223,7 +223,7 @@ public interface Environment {

/**
* Sets Spoon to use tabulations in the source code.
*
*
* @param b whether Spoon should use tabulations when pretty-printing
*/
void useTabulations(boolean b);
Expand Down Expand Up @@ -335,7 +335,7 @@ public interface Environment {

/**
* Returns the value ot the option noclasspath
*
*
* @return true iff Spoon is currently in noclasspath mode
*/
boolean getNoClasspath();
Expand Down Expand Up @@ -385,7 +385,7 @@ public interface Environment {

/**
* Gets the level of loggers asked by the user.
*
*
* @return the current logging level
*/
Level getLevel();
Expand Down Expand Up @@ -482,7 +482,7 @@ public interface Environment {

/**
* Set the model change listener
*
*
* @param modelChangeListener change listener to set
*/
void setModelChangeListener(FineModelChangeListener modelChangeListener);
Expand Down Expand Up @@ -531,7 +531,7 @@ public interface Environment {

/**
* Get the spoonProgress logger. This method mustn't return null.
*
*
* @return the spoonProgress
*/
SpoonProgress getSpoonProgress();
Expand Down Expand Up @@ -618,7 +618,7 @@ public interface Environment {
* underlying JDT compiler. Type resolution can become unpredictable as the order in which types
* are parsed becomes a determining factor in which duplicated type actually makes it into the
* model.
*
*
* @param ignoreDuplicateDeclarations (default false) set to true to allow spoon to create a model of a project that
* contains multiple times the same class
*/
Expand Down

0 comments on commit 0a36d02

Please sign in to comment.