Skip to content

Commit

Permalink
minor javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rouven-walter committed Jul 9, 2020
1 parent 45347f8 commit 7edb630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/logicng/formulas/FormulaFactoryConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class FormulaFactoryConfig extends Configuration {
* <ul>
* <li>{@link #PANIC}: If an operand of a formula comes from a different formula factory
* an {@link UnsupportedOperationException} is thrown</li>
* <li>{@link #IMPORT}: Operands from different formula factories are {@link FormulaFactory#importFormula(Formula) imported}
* <li>{@link #IMPORT}: Operands from different formula factories are {@link FormulaFactory#importFormula(Formula)} imported
* before the new formula is constructed</li>
* </ul>
*/
Expand All @@ -40,7 +40,6 @@ private FormulaFactoryConfig(final Builder builder) {
this.stringRepresentation = builder.stringRepresentation;
}


/**
* Returns a new builder for the configuration.
* @return the builder
Expand Down

0 comments on commit 7edb630

Please sign in to comment.