Skip to content

Commit ebc823c

Browse files
Merge pull request #29 from RUB-NDS/v22
Added getter and updated VersionNumber to v22
2 parents f51aa2a + e172784 commit ebc823c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rub.nds</groupId>
55
<artifactId>ModifiableVariable</artifactId>
6-
<version>2.1</version>
6+
<version>2.2</version>
77
<packaging>jar</packaging>
88

99
<name>ModifiableVariable</name>

src/main/java/de/rub/nds/modifiablevariable/ModifiableVariable.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ public void createRandomModificationAtRuntime() {
7474
public boolean containsAssertion() {
7575
return (assertEquals != null);
7676
}
77+
78+
public boolean isCreateRandomModification() {
79+
return createRandomModification;
80+
}
7781
}

0 commit comments

Comments
 (0)