summaryrefslogtreecommitdiff
path: root/platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java')
-rw-r--r--platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java b/platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java
index b5af4621705d..03a5a7fd806a 100644
--- a/platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java
+++ b/platform/lang-impl/src/com/intellij/ide/commander/CommanderPanel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 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.
@@ -607,6 +607,7 @@ public class CommanderPanel extends JPanel {
}
}
+ @NotNull
@Override
public PsiDirectory[] getDirectories() {
PsiDirectory directory = getDirectory();