Skip to content

Commit 32afddf

Browse files
committed
Update src/main/java/io/zhile/crack/atlassian/license/LicenseProperty.java
1 parent 4e4b91f commit 32afddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/io/zhile/crack/atlassian/license/LicenseProperty.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public void setDataCenter(boolean dataCenter) {
129129
data.put(productProperty("DataCenter"), "true");
130130
data.put("Subscription", "true");
131131
} else {
132-
data.remove(productProperty("DataCenter"));
133-
data.remove("Subscription");
132+
data.put(productProperty("DataCenter"), "true");
133+
data.put("Subscription", "true");
134134
}
135135
}
136136

@@ -156,4 +156,4 @@ public final String toString() {
156156

157157
return sb.toString();
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)