]> source.dussan.org Git - jgit.git/commit
Extract inner classes from Config 85/5485/1
authorShawn O. Pearce <spearce@spearce.org>
Tue, 27 Mar 2012 14:43:02 +0000 (10:43 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 27 Mar 2012 14:43:02 +0000 (10:43 -0400)
commit581e6ca2fe6f5d7c6a65b69a1dcf479c41fffbf2
tree98308b91f7b31f662cd6f493e9b5e6398f2cc4f0
parente0531ace35b9c8eca9ded0a7b1540de3c49dbde6
Extract inner classes from Config

The Config class is getting very large. Extract two of its inner
classes into new top level types to reduce the size of Config.
Rename them slightly in the process.

Change-Id: I693148a5ae2977378789bf455c880a6fd856c0f0
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigLine.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigSnapshot.java [new file with mode: 0644]