]> source.dussan.org Git - jgit.git/commit
Mark DeltaWindowEntry methods final 00/11800/1
authorShawn Pearce <sop@google.com>
Thu, 11 Apr 2013 04:19:46 +0000 (21:19 -0700)
committerShawn Pearce <sop@google.com>
Thu, 11 Apr 2013 04:20:24 +0000 (21:20 -0700)
commit4db695c1c6c47b540a2971470768ca024c0dd54b
tree69336da008d34b4ae324777db797e61b55cb07c2
parentb5cbfa0146051568673c50e8efba90d782963856
Mark DeltaWindowEntry methods final

This class and all of its methods are only package visible.
Clarify the methods as final for the benefit of the JIT to
inline trivial code.

Change-Id: I078841f9900dbf299fbe6abf2599f0208ae96856
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/DeltaWindowEntry.java