Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PeerNote.java
index 7b32207..1962eee 100644 (file)
@@ -35,7 +35,7 @@ public class PeerNote extends BaseMessage {
         * @param receivedMessage
         *            The received message
         */
-       PeerNote(FcpMessage receivedMessage) {
+       public PeerNote(FcpMessage receivedMessage) {
                super(receivedMessage);
        }
 
@@ -60,8 +60,8 @@ public class PeerNote extends BaseMessage {
        /**
         * Returns the type of the peer note.
         *
-        * @return The type of the peer note, or <code>-1</code> if the type can not
-        *         be parsed
+        * @return The type of the peer note, or <code>-1</code> if the type can
+        *         not be parsed
         */
        public int getPeerNoteType() {
                return FcpUtils.safeParseInt(getField("PeerNoteType"));