-
Notifications
You must be signed in to change notification settings - Fork 23
NIP-99 ClassifiedListingEvent API, Event, Tag and Serializer classes #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release/v0.003.00
Revision 0.3
…terface__merge-attempt
@@ -1,53 +1,56 @@ | |||
package nostr.event; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lines 33-35 are sole additions. however, entire file contains hidden DOS CR/LF (^M) characters at EOL:
$ dos2unix -id nostr-java-event/src/main/java/nostr/event/Kind.java
53 nostr-java-event/src/main/java/nostr/event/Kind.java
worth considering having git manage line endings automatically as per line-endings configuration described on GitHub
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lines 33-35 are sole additions. however, entire file contains hidden DOS CR/LF (^M) characters at EOL:
$ dos2unix -id nostr-java-event/src/main/java/nostr/event/Kind.java 53 nostr-java-event/src/main/java/nostr/event/Kind.java
worth considering having git manage line endings automatically as per line-endings configuration described on GitHub
Noted, thank you
New classes added as per NIP-99 specification