Skip to content

Commit

Permalink
fixed link tracking constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Nov 23, 2017
1 parent b4f5676 commit 33b30ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</developers>

<properties>
<postmark.version>1.0.1</postmark.version>
<postmark.version>1.0.2</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<junit.jupiter.version>5.0.0-M4</junit.jupiter.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
public class Message extends BaseMessage {

public enum TRACK_LINKS {
Html("Html"),
Html("HtmlOnly"),
HtmlAndText("HtmlAndText"),
Text("Text");
Text("TextOnly");

public final String value;

Expand Down

0 comments on commit 33b30ad

Please sign in to comment.