2 * © 2008 INA Service GmbH
4 package net.pterodactylus.util.fcp;
8 * The “EndListPeerNotes” message signals the end of a list of “PeerNote”
11 * @author <a href="mailto:dr@ina-germany.de">David Roden</a>
14 public class EndListPeerNotes extends BaseMessage {
17 * Creates a new “EndListPeerNotes” message that wraps the received message.
20 * The received message
22 public EndListPeerNotes(FcpMessage fcpMessage) {