diff src/org/tmatesoft/hg/util/Outcome.java @ 456:909306e412e2

Refactor LogFacility and SessionContext, better API for both
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 18 Jun 2012 16:54:00 +0200
parents 36fd1fd06492
children
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/util/Outcome.java	Wed Jun 13 21:07:39 2012 +0200
+++ b/src/org/tmatesoft/hg/util/Outcome.java	Mon Jun 18 16:54:00 2012 +0200
@@ -22,7 +22,7 @@
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.
  */
-public class Outcome {
+public final class Outcome {
 	// XXX perhaps private enum and factory method createError() and createOk()?
 	public enum Kind {
 		Success, Failure;