mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-13 14:56:29 -04:00
added pdm to pom
This commit is contained in:
parent
3f8559e5cd
commit
ab5e853814
4
pom.xml
4
pom.xml
@ -50,6 +50,10 @@
|
|||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
|
<version>3.6</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
@ -31,7 +31,7 @@ public class DetermineJKStateMachine {
|
|||||||
* @throws FormatterException FormatterException
|
* @throws FormatterException FormatterException
|
||||||
*/
|
*/
|
||||||
public DetermineJKStateMachine(String name, Expression e) throws ExpressionException, FormatterException {
|
public DetermineJKStateMachine(String name, Expression e) throws ExpressionException, FormatterException {
|
||||||
String notName = FormatToExpression.FORMATTER_UNICODE.format(Not.not(new Variable(name)));
|
String notName = FormatToExpression.FORMATTER_UNICODE.format(not(new Variable(name)));
|
||||||
|
|
||||||
boolean wasK = false;
|
boolean wasK = false;
|
||||||
boolean wasJ = false;
|
boolean wasJ = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user