File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
src/test/java/com/upokecenter/test Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88* .c eol =lf
99* .h eol =lf
1010* .cc eol =lf
11+ * .gitignore eol =lf
12+ * .gitattributes eol =lf
13+ * .md eol =lf
14+ * .sln eol =lf
15+ * .html eol =lf
1116* .cpp eol =lf
1217* .cs diff =csharp
1318* .sln merge =union
Original file line number Diff line number Diff line change 11Written by Peter O. in 2013-2014. In the public domain.
22
3- Public domain dedication: http://creativecommons.org/publicdomain/zero/1.0/
3+ Public domain dedication: http://creativecommons.org/publicdomain/zero/1.0/
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Release Notes
119119-----------
120120For release notes, see the [ CBOR .NET repository] ( https://github.com/peteroupc/CBOR ) .
121121
122- The [ commit history] ( https://github.com/peteroupc/CBOR-Java/commits/master )
122+ The [ commit history] ( https://github.com/peteroupc/CBOR-Java/commits/master )
123123contains details on code changes in previous versions.
124124
125125Acknowledgments
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ public CBORObject GetJSON(String name) {
1818 public String GetString (String name ) {
1919 return mgr .getString (name );
2020 }
21- }
21+ }
You can’t perform that action at this time.
0 commit comments