mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 14:26:09 -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>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.6</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
|
@ -31,7 +31,7 @@ public class DetermineJKStateMachine {
|
||||
* @throws FormatterException 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 wasJ = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user