Merge pull request #127 from vanitasvitae/fixStoreHint

Fix StoreHint (wrong element name)
This commit is contained in:
Florian Schmaus 2017-04-24 00:02:51 +02:00 committed by GitHub
commit 9154fa6891
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() {
}