Cleanup notification counter in RefDatabase
commitda33dee3a7b93370f50cb5134d7f4fa49ce2e3bf
authorShawn O. Pearce <spearce@spearce.org>
Mon, 14 Jul 2008 03:51:49 +0000 (13 23:51 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 14 Jul 2008 03:51:49 +0000 (13 23:51 -0400)
treea90314ac9143bcb157903deab735b8301013dcc5
parentb70e3ee1548164b5cab9a408f6aa19532f5ac248
Cleanup notification counter in RefDatabase

We don't need a long here, int is sufficient.  The counter
should also be an instance member as we create exactly one
RefDatabase per Repository, and it is the Repository that
we fire events for.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/RefDatabase.java