Skip to content

Commit 04e3528

Browse files
committed
move the end tag
1 parent c10aa6e commit 04e3528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opengrok-web/src/main/java/org/opengrok/web/PageConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,13 +1697,14 @@ private SortedSet<AcceptedMessage> getProjectMessages() {
16971697
* <p>
16981698
* The resource is modified since the weak ETag value in the request, the ETag is
16991699
* computed using:
1700+
* </p>
17001701
* <ul>
17011702
* <li>the source file modification</li>
17021703
* <li>project messages</li>
17031704
* <li>last timestamp for index</li>
17041705
* <li>OpenGrok current deployed version</li>
17051706
* </ul>
1706-
* </p>
1707+
*
17071708
* <p>
17081709
* If the resource was modified, appropriate headers in the response are filled.
17091710
* </p>

0 commit comments

Comments
 (0)