Skip to content
Snippets Groups Projects
Commit ee798330 authored by Sho SHIMIZU's avatar Sho SHIMIZU
Browse files

Fix a typo in Javadoc comment.

parent ae0906a7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ public class MACAddress {
}
/**
* Reteruns a MAC address instance representing the value of the specified {@code String}.
* Returns a MAC address instance representing the value of the specified {@code String}.
* @param address the String representation of the MAC Address to be parsed.
* @return a MAC Address instance representing the value of the specified {@code String}.
* @throws IllegalArgumentException if the string cannot be parsed as a MAC address.
......
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