]> source.dussan.org Git - jgit.git/commitdiff
Add missing javadoc description for declared exception 31/1176831/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 13 Feb 2024 14:49:54 +0000 (15:49 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 13 Feb 2024 14:49:54 +0000 (15:49 +0100)
Change-Id: I16305bc15d2ddff1ce055772a711658ef81858e2

org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/SnapshottingRefDirectory.java

index b973aeb8efc392914021c0a2f68f8006ef60f185..eaa26ed4f3180cbd4e2da1ef629a8f9b715d0048 100644 (file)
@@ -125,6 +125,7 @@ class SnapshottingRefDirectory extends RefDirectory {
         * threads use this snapshot.
         *
         * @throws IOException
+        *             if an IO error occurred
         */
        private synchronized void refreshSnapshot() throws IOException {
                compareAndSetPackedRefs(packedRefs.get(), refDb.getPackedRefs());