[java] non-mandatory import list

This commit is contained in:
Roman Shevchenko
2016-06-29 21:02:18 +03:00
parent f22dd502a3
commit ebb84bbd3d
5 changed files with 32 additions and 25 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2016 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.
@@ -87,7 +87,7 @@ public abstract class JavaCodeStyleManager {
* file if an Optimize Imports operation was performed on it.
*
* @param file the file to calculate the import list for.
* @return the calculated import list.
* @return the calculated import list, or {@code null} when the file has no import list.
*/
public abstract PsiImportList prepareOptimizeImportsResult(@NotNull PsiJavaFile file);