Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
fb4926e3
Commit
fb4926e3
authored
6 years ago
by
Vassiliy.Kudryashov
Browse files
Options
Download
Email Patches
Plain Diff
Cleanup
parent
69e838ea
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/ant/src/com/intellij/lang/ant/config/execution/ExecutionHandler.java
+1
-7
.../intellij/lang/ant/config/execution/ExecutionHandler.java
with
1 addition
and
7 deletions
+1
-7
plugins/ant/src/com/intellij/lang/ant/config/execution/ExecutionHandler.java
+
1
-
7
View file @
fb4926e3
...
...
@@ -50,7 +50,6 @@ import org.jetbrains.annotations.NonNls;
import
org.jetbrains.annotations.NotNull
;
import
org.jetbrains.annotations.Nullable
;
import
java.awt.*
;
import
java.util.Arrays
;
import
java.util.List
;
import
java.util.concurrent.TimeUnit
;
...
...
@@ -77,12 +76,7 @@ public final class ExecutionHandler {
);
if
(
result
!=
null
)
{
try
{
long
l
=
System
.
currentTimeMillis
();
try
{
return
result
.
get
();
}
finally
{
new
Throwable
(
EventQueue
.
isDispatchThread
()
+
": "
+
(
System
.
currentTimeMillis
()
-
l
)).
printStackTrace
(
System
.
out
);
}
return
result
.
get
();
}
catch
(
InterruptedException
|
java
.
util
.
concurrent
.
ExecutionException
e
)
{
LOG
.
warn
(
e
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help