mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-08 20:11:08 +01:00
[checkstyle] Tighten JavadocMethod checkstyle rule
This commit is contained in:
parent
5bfe789e08
commit
ebe5c49e92
12 changed files with 45 additions and 34 deletions
|
|
@ -86,7 +86,7 @@ public class Socks5ProxyTest {
|
|||
* When inserting new network addresses to the proxy the order should remain in the order they
|
||||
* were inserted.
|
||||
*
|
||||
* @throws UnknownHostException
|
||||
* @throws UnknownHostException if unknown host.
|
||||
*/
|
||||
@Test
|
||||
public void shouldPreserveAddressOrderOnInsertions() throws UnknownHostException {
|
||||
|
|
@ -114,7 +114,7 @@ public class Socks5ProxyTest {
|
|||
* When replacing network addresses of the proxy the order should remain in the order if the
|
||||
* given list.
|
||||
*
|
||||
* @throws UnknownHostException
|
||||
* @throws UnknownHostException if unknown host.
|
||||
*/
|
||||
@Test
|
||||
public void shouldPreserveAddressOrderOnReplace() throws UnknownHostException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue