We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10aa6e commit 04e3528Copy full SHA for 04e3528
opengrok-web/src/main/java/org/opengrok/web/PageConfig.java
@@ -1697,13 +1697,14 @@ private SortedSet<AcceptedMessage> getProjectMessages() {
1697
* <p>
1698
* The resource is modified since the weak ETag value in the request, the ETag is
1699
* computed using:
1700
+ * </p>
1701
* <ul>
1702
* <li>the source file modification</li>
1703
* <li>project messages</li>
1704
* <li>last timestamp for index</li>
1705
* <li>OpenGrok current deployed version</li>
1706
* </ul>
- * </p>
1707
+ *
1708
1709
* If the resource was modified, appropriate headers in the response are filled.
1710
* </p>
0 commit comments