Silence a javadoc diagnostic with Eclipse 3.4
commit4e4fd9228e380be07b0b2a469db268d6da213b69
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 25 May 2010 22:08:34 +0000 (26 00:08 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 25 May 2010 22:08:34 +0000 (26 00:08 +0200)
treef195d1b4d686190419eb954a80cdcf2c2d2399f3
parent82e635ddb1d128af014ff20ccabdd23aa755ea67
Silence a javadoc diagnostic with Eclipse 3.4

The FilteredCheckboxTree.getRefreshJobDelay method overrides
a method in Eclipse 3.5, which means it does not require
a javadoc. The project settings reflects and enforces this,
which does not work with Eclipse 3.4 since getRefreshJobDelay
is a new method there and the compiler flags this as an error.

Since this is the only place where this is a problem we create
a javadoc comment instead of relaxing the rules.

Change-Id: I9861336bb7b81d398119d4355e0fe3d303c38b55
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/FilteredCheckboxTree.java