Skip to content
Snippets Groups Projects
Commit 131f1e47 authored by Andreas Wundsam's avatar Andreas Wundsam
Browse files

openflow/OFStatisticsMessageBase: fix javadoc error

parent b248754e
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ public abstract class OFStatisticsMessageBase extends OFMessage implements ...@@ -84,7 +84,7 @@ public abstract class OFStatisticsMessageBase extends OFMessage implements
* flow stats request, port statsrequest) * flow stats request, port statsrequest)
* *
* @return the first and only element in the list of statistics * @return the first and only element in the list of statistics
* @throw NoSuchElementException if the list does not contain exactly one * @throw IllegalArgumentException if the list does not contain exactly one
* element * element
*/ */
public OFStatistics getFirstStatistics() { public OFStatistics getFirstStatistics() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment