Skip to content

Commit

Permalink
Refined a javadoc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Sep 21, 2015
1 parent facb8c5 commit 83600c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pcap4j-core/src/main/java/org/pcap4j/core/PcapHandle.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ public TimestampPrecision getTimestampPrecision() {
}

/**
*
* @return A timestamp of a packet captured in the current thread.
* @return the timestamp of the last packet captured by this handle in the current thread.
*/
public Timestamp getTimestamp() { return timestamps.get(); }

Expand Down

0 comments on commit 83600c2

Please sign in to comment.