Skip to content

Commit 4c3ede1

Browse files
committed
fix ugly line wrap
1 parent 4794f3f commit 4c3ede1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/opensolaris/opengrok/analysis/AnalyzerGuru.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
2222
*/
2323
package org.opensolaris.opengrok.analysis;
2424

@@ -362,8 +362,8 @@ public void populateDocument(Document doc, File file, String path,
362362
if (fa != null) {
363363
Genre g = fa.getGenre();
364364
if (g == Genre.PLAIN || g == Genre.XREFABLE || g == Genre.HTML) {
365-
doc.add(new Field(QueryBuilder.T, g.typeName(), string_ft_stored_nanalyzed_norms
366-
));
365+
doc.add(new Field(QueryBuilder.T, g.typeName(),
366+
string_ft_stored_nanalyzed_norms));
367367
}
368368
fa.analyze(doc, StreamSource.fromFile(file), xrefOut);
369369

0 commit comments

Comments
 (0)