]> source.dussan.org Git - jgit.git/commit
Expose repository change event constructors 23/923/2
authorShawn O. Pearce <spearce@spearce.org>
Tue, 22 Jun 2010 23:45:26 +0000 (16:45 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 23:54:14 +0000 (16:54 -0700)
commit8e4069704751193b6b915894a05f73cb367b2bd0
treed730a68cacff4fb5e6938890c5bbd15392b40ad8
parentb3254d1159b30573b5f658394cefe877f44c4b78
Expose repository change event constructors

Repository implementations outside of .lib need to be able to
create these events and deliver them to listening application code.

Expose and document the constructors so that they are visible when
we move FileRepository into storage.file.FileRepository.

Change-Id: I7fb6e8f4f5fdab683c5ebb5267673aa6d5b560bb
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexChangedEvent.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefsChangedEvent.java