comparison src/org/tmatesoft/hg/repo/HgLookup.java @ 431:12f668401613

FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 29 Mar 2012 20:54:04 +0200
parents 48f993aa2f41
children 909306e412e2
comparison
equal deleted inserted replaced
430:d280759c2a3f 431:12f668401613
141 return globalCfg; 141 return globalCfg;
142 } 142 }
143 143
144 private SessionContext getContext() { 144 private SessionContext getContext() {
145 if (sessionContext == null) { 145 if (sessionContext == null) {
146 sessionContext = new BasicSessionContext(null, null); 146 sessionContext = new BasicSessionContext(null);
147 } 147 }
148 return sessionContext; 148 return sessionContext;
149 } 149 }
150 } 150 }