summaryrefslogtreecommitdiff
path: root/platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java')
-rw-r--r--platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java b/platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java
index e3029934b2e5..e6133b255411 100644
--- a/platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java
+++ b/platform/util/src/com/intellij/openapi/progress/ProcessCanceledException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2009 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,10 +18,9 @@ package com.intellij.openapi.progress;
import com.intellij.util.SystemProperties;
public class ProcessCanceledException extends RuntimeException {
- private static boolean ourHasStackTraces = SystemProperties.getBooleanProperty("idea.is.internal", false);
+ private static final boolean ourHasStackTraces = SystemProperties.getBooleanProperty("idea.is.internal", false);
public ProcessCanceledException() {
- int i = 0;
}
public ProcessCanceledException(Throwable cause) {