Skip to content

Commit d3ebff3

Browse files
committed
jdoc checkstyle
1 parent 61301a0 commit d3ebff3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<module name="JavadocContentLocation"/>
147147
<module name="JavadocLeadingAsteriskAlign" />
148148
<!--module name="JavadocMissingLeadingAsterisk"/-->
149-
<!--module name="JavadocMissingWhitespaceAfterAsterisk"/-->
149+
<module name="JavadocMissingWhitespaceAfterAsterisk"/>
150150
<!--module name="JavadocParagraph"/-->
151151
<module name="JavadocTagContinuationIndentation"/>
152152
<module name="NonEmptyAtclauseDescription"/>

src/main/java/org/htmlunit/DefaultCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DefaultCredentialsProvider implements CredentialsProvider, Serializ
4747
/** The {@code null} value represents any host. */
4848
public static final String ANY_HOST = null;
4949

50-
/**The {@code -1} value represents any port. */
50+
/** The {@code -1} value represents any port. */
5151
public static final int ANY_PORT = -1;
5252

5353
/** The {@code null} value represents any realm. */

src/main/java/org/htmlunit/javascript/host/html/HTMLInputElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public HtmlInput getDomNodeOrDie() {
145145
* checkbox and radio. This implementation does nothing. The
146146
* implementations in Checkbox and Radio actually do the work.
147147
*
148-
*@return the checked property
148+
* @return the checked property
149149
*/
150150
@JsxGetter
151151
public boolean isChecked() {

src/test/java/org/htmlunit/CacheTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public void contentWithLastModifiedTimeIsNotCachedAfterALongerPeriod() {
210210
}
211211

212212
/**
213-
*@throws Exception if the test fails
213+
* @throws Exception if the test fails
214214
*/
215215
@Test
216216
public void usage() throws Exception {
@@ -262,7 +262,7 @@ public void usage() throws Exception {
262262
}
263263

264264
/**
265-
*@throws Exception if the test fails
265+
* @throws Exception if the test fails
266266
*/
267267
@Test
268268
public void jsUrlEncoded() throws Exception {
@@ -319,7 +319,7 @@ public void jsUrlEncoded() throws Exception {
319319
}
320320

321321
/**
322-
*@throws Exception if the test fails
322+
* @throws Exception if the test fails
323323
*/
324324
@Test
325325
public void cssUrlEncoded() throws Exception {
@@ -389,7 +389,7 @@ public void cssUrlEncoded() throws Exception {
389389
}
390390

391391
/**
392-
*@throws Exception if the test fails
392+
* @throws Exception if the test fails
393393
*/
394394
@Test
395395
public void maxSizeMaintained() throws Exception {

0 commit comments

Comments
 (0)