]> source.dussan.org Git - jgit.git/commit
Clarify the docstring of DfsBlockCache.reconfigure() 40/4540/2
authorDave Borowitz <dborowitz@google.com>
Thu, 3 Nov 2011 19:43:03 +0000 (12:43 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 4 Nov 2011 18:14:32 +0000 (11:14 -0700)
commit5a38e5b440d884d95d503c34fa5b81a7a0e41be8
tree1011b9aa501245d2f0e7c93477ad0e9a489d9d2d
parentfa4cc2475fb127783e98ddb56b6c1fd155cd2bc4
Clarify the docstring of DfsBlockCache.reconfigure()

The docstring was copied from the local filesystem cache code, which
actually attempted to reconfigure the cache on the fly. The DFS cache is
designed to be "reconfigured" exactly once.

Change-Id: Ia0b01f5d6b6b3d3a68d65a5c229ff67c1cede5bc
org.eclipse.jgit/src/org/eclipse/jgit/storage/dfs/DfsBlockCache.java