summaryrefslogtreecommitdiff
path: root/platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java')
-rw-r--r--platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java b/platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java
index b921a62df6fe..c90593aef1cf 100644
--- a/platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java
+++ b/platform/lang-api/src/com/intellij/codeInspection/ui/ListTable.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2010 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.
@@ -62,8 +62,9 @@ public class ListTable extends JBTable {
super.setModel(dataModel);
}
+ @NotNull
@Override
- public Component prepareRenderer(TableCellRenderer renderer, int row,
+ public Component prepareRenderer(@NotNull TableCellRenderer renderer, int row,
int column) {
final Component component =
super.prepareRenderer(renderer, row, column);