Skip to content

Commit 61c80ad

Browse files
author
Cyrille Le Clerc
authored
Merge pull request #17 from bbergquist0930/fixsdids
The list of reserved SD-ID's was incorrect. Changed to the correct list
2 parents 1c59972 + 8f55fc0 commit 61c80ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/cloudbees/syslog/SDElement.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ public class SDElement implements Serializable {
3535
*/
3636
public static final String[] RESERVED_SDID = new String[]{
3737
"timeQuality",
38-
"tzKnown",
39-
"isSynced",
40-
"syncAccuracy"
38+
"origin",
39+
"meta"
4140
};
4241

4342
public SDElement(String sdID) {

0 commit comments

Comments
 (0)