Correct Javadoc comment for TransportLocal about forking
commitdfe0f05b1a90feae958cac8c5ef839a4cff69477
authorShawn O. Pearce <spearce@spearce.org>
Sun, 3 May 2009 07:55:46 +0000 (3 09:55 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 4 May 2009 22:42:15 +0000 (5 00:42 +0200)
treecdab823ed42541809045d44823daa88d1af6caa9
parentce96a95e40e6ed2d0b8cb4304eba37bb42500870
Correct Javadoc comment for TransportLocal about forking

Since a4548aedff ("Switch local fetch connection to use our own
UploadPack") this code has tried to avoid forking to execute the
CGit upload-pack or receive-pack processes, instead favoring the
creation of a helper thread and performing all work through a shared
memory buffer within the same JVM.

Update the Javadoc to better reflect what this class does.

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/TransportLocal.java