Skip to content

Commit 77c78a2

Browse files
committedDec 7, 2017
SiteParserTest: fix long comment.
Should be in fb63038 commit. No code changes.
1 parent 355f9f2 commit 77c78a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/test/java/ru/mystamps/web/util/extractor/SiteParserTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ public void parseShouldRequireNonBlankPageContent() {
109109
@SuppressWarnings("checkstyle:magicnumber")
110110
@Test
111111
public void toStringShouldReturnName() {
112-
// @todo #685 SiteParserTest: introduce a method for generating random string of arbitrary length
112+
// @todo #685 SiteParserTest:
113+
// introduce a method for generating random string of arbitrary length
113114
String expectedName = nullOr(between(1, 15).unicode());
114115
parser.setName(expectedName);
115116

0 commit comments

Comments
 (0)
Please sign in to comment.