Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgBundle.java @ 467:51d682cf9cdc
Cleaned experimental tag and updated comments/javadoc
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 22 Jun 2012 17:39:31 +0200 |
parents | 31a89587eb04 |
children | 10ca3ede8367 |
comparison
equal
deleted
inserted
replaced
466:3ace1fc95d0a | 467:51d682cf9cdc |
---|---|
38 * @see http://mercurial.selenic.com/wiki/BundleFormat | 38 * @see http://mercurial.selenic.com/wiki/BundleFormat |
39 * | 39 * |
40 * @author Artem Tikhomirov | 40 * @author Artem Tikhomirov |
41 * @author TMate Software Ltd. | 41 * @author TMate Software Ltd. |
42 */ | 42 */ |
43 @Experimental(reason="API is not stable") | |
43 public class HgBundle { | 44 public class HgBundle { |
44 | 45 |
45 private final File bundleFile; | 46 private final File bundleFile; |
46 private final DataAccessProvider accessProvider; | 47 private final DataAccessProvider accessProvider; |
47 // private final SessionContext sessionContext; | 48 // private final SessionContext sessionContext; |