comparison src/org/tmatesoft/hg/repo/HgStatusInspector.java @ 133:4a948ec83980

core.Path to util.Path as it's not Hg repo dependant
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:59:39 +0100
parents a3a2e5deb320
children ee6b467c1a5f
comparison
equal deleted inserted replaced
132:6778075cd2b4 133:4a948ec83980
14 * the terms of a license other than GNU General Public License 14 * the terms of a license other than GNU General Public License
15 * contact TMate Software at support@hg4j.com 15 * contact TMate Software at support@hg4j.com
16 */ 16 */
17 package org.tmatesoft.hg.repo; 17 package org.tmatesoft.hg.repo;
18 18
19 import org.tmatesoft.hg.core.Path; 19 import org.tmatesoft.hg.util.Path;
20 20
21 /** 21 /**
22 * Callback to get file status information 22 * Callback to get file status information
23 * 23 *
24 * @author Artem Tikhomirov 24 * @author Artem Tikhomirov