Fix StoreHint (wrong element name)

This commit is contained in:
vanitasvitae 2017-04-23 23:37:14 +02:00
parent bb2d03e30a
commit 6bebeb354b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public final class StoreHint extends MessageProcessingHint {
public static final StoreHint INSTANCE = new StoreHint();
public static final String ELEMENT = "no-store";
public static final String ELEMENT = "store";
private StoreHint() {
}