Rename ObjectEntry to PackedObjectInfo
commit1e3e002055460411b9520f360b816b407e8e8088
authorShawn O. Pearce <spearce@spearce.org>
Tue, 24 Jun 2008 02:10:01 +0000 (23 22:10 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Jun 2008 10:11:52 +0000 (28 12:11 +0200)
treef023131994b58883e4e90102e3e9c616e26e2c68
parent5e7967747123698c78a11386a88239513f0816b9
Rename ObjectEntry to PackedObjectInfo

Technically this class contains information about a packed object,
data which is necessary to access it or to create the index record
to support random access to the object's information.  Calling it
just ObjectEntry is no longer a very sufficient name.

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/transport/IndexPack.java
org.spearce.jgit/src/org/spearce/jgit/transport/PackedObjectInfo.java [moved from org.spearce.jgit/src/org/spearce/jgit/transport/ObjectEntry.java with 94% similarity]