Minor: remove outdated todo comments

This commit is contained in:
Nikolay Krasko
2013-12-27 19:27:30 +04:00
parent 15c5a58b3a
commit db57a7f085
2 changed files with 0 additions and 5 deletions
@@ -59,8 +59,6 @@ public final class PsiCodegenPredictor {
}
/**
* TODO: Finish this method for all cases. Now it's only used and tested in JetLightClass.
*
* @return null if no prediction can be done.
*/
@Nullable
@@ -22,9 +22,6 @@ import com.intellij.psi.impl.file.PsiPackageImpl;
import com.intellij.psi.search.GlobalSearchScope;
import org.jetbrains.jet.lang.resolve.name.FqName;
/**
* TODO: make more accurate wrapper
*/
public class JetLightPackage extends PsiPackageImpl {
private final FqName fqName;