Mark non-overridable methods of RevObject final
commit29f296ea72df120a53f8ecea60253c355531875b
authorShawn O. Pearce <spearce@spearce.org>
Wed, 18 Mar 2009 01:40:41 +0000 (17 18:40 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 19 Mar 2009 20:05:12 +0000 (19 21:05 +0100)
tree25770d6dfe3d09635ee10a9566fa12f5b218e10f
parentbaac5866f625643648ad9b3aaaa975f039f0f63e
Mark non-overridable methods of RevObject final

There isn't a huge benefit to allowing these methods to be overridden,
and subclasses might actually screw them up given that flags is only
visible within our package.  Mark them all final instead.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevObject.java