Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/ProcessExecHelper.java @ 423:9c9c442b5f2e
Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 23 Mar 2012 22:51:18 +0100 |
parents | 7f27122011c3 |
children |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/ProcessExecHelper.java Fri Mar 23 21:26:01 2012 +0100 +++ b/src/org/tmatesoft/hg/internal/ProcessExecHelper.java Fri Mar 23 22:51:18 2012 +0100 @@ -30,7 +30,7 @@ * @see http://developers.sun.com/solaris/articles/subprocess/subprocess.html * * @author Artem Tikhomirov - * @author Tmate Software Ltd. + * @author TMate Software Ltd. */ public class ProcessExecHelper { private File dir;