From 88b56ff1e982417ac0bcc784e0100c7d5a5d480f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 28 Apr 2019 23:34:04 +0200 Subject: [PATCH] Silence API errors and add missing @since tags caused by 175e6654 Change-Id: If55acad84015f988f1e974bc19c426828b98822b Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 16 ++++++++++++++++ .../jgit/storage/pack/PackStatistics.java | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 089506c6a..dc1df5963 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -22,6 +22,22 @@ + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java index 8a24234d8..e6e3d4fb1 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java @@ -266,7 +266,8 @@ public static class Accumulator { /** Time in ms spent writing the pack. */ public long timeWriting; - /** Number of trees traversed in the walk when writing the pack. */ + /** Number of trees traversed in the walk when writing the pack. + * @since 5.4*/ public long treesTraversed; /**