Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from palantir/develop
Browse files Browse the repository at this point in the history
0.2.1 Release
  • Loading branch information
dotCipher authored Jun 29, 2017
2 parents 271d900 + e3a4a2e commit bc634be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public abstract class Field {

private static final String TITLE_FIELD = "title";
private static final String VALUE_FIELD = "text";
private static final String VALUE_FIELD = "value";
private static final String SHORT_FIELD = "short";

public static Builder builder() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"fields": [
{
"title": "Field1Title",
"text": "Field1Text",
"value": "Field1Text",
"short": true
},
{
"title": "Field2Title",
"text": "Field2Text",
"value": "Field2Text",
"short": true
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Something",
"text": "Some text",
"value": "Some text",
"short": true
}

0 comments on commit bc634be

Please sign in to comment.