Skip to content

Commit

Permalink
Fix a typo in the javadoc of Packet.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Aug 20, 2017
1 parent 0d40a9c commit a7fd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap4j-core/src/main/java/org/pcap4j/packet/Packet.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* The interface representing a packet which consists of a header and a payload.
* If you use {@link org.pcap4j.packet.factory.PropertiesBasedPacketFactory PropertiesBasedPacketFactory},
* classes which imprement this interface must implement the following method:
* classes which implement this interface must implement the following method:
* {@code public static Packet newPacket(byte[] rawData, int offset, int length)
* throws IllegalRawDataException}
*
Expand Down

0 comments on commit a7fd666

Please sign in to comment.