Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2015-09-29 17:48:23 +0000
committerStephan Herrmann2015-09-29 17:48:23 +0000
commit8ded9d526a2f428692e6feca676941198ad150d1 (patch)
tree394cb6aa8908804485cb84aa4d9b9dea6207a87d
parent9e99aa7df81721ad1b7e017755e1b1724ff65a68 (diff)
downloadorg.eclipse.objectteams-8ded9d526a2f428692e6feca676941198ad150d1.tar.gz
org.eclipse.objectteams-8ded9d526a2f428692e6feca676941198ad150d1.tar.xz
org.eclipse.objectteams-8ded9d526a2f428692e6feca676941198ad150d1.zip
Update jdt.core to I20150916-2000 for Neon M2
- fix compile error after method was added in base
-rw-r--r--plugins/org.eclipse.objectteams.otdt.jdt.ui/src/org/eclipse/objectteams/otdt/internal/ui/text/OutlineAdaptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.objectteams.otdt.jdt.ui/src/org/eclipse/objectteams/otdt/internal/ui/text/OutlineAdaptor.java b/plugins/org.eclipse.objectteams.otdt.jdt.ui/src/org/eclipse/objectteams/otdt/internal/ui/text/OutlineAdaptor.java
index 173b193d8..126835288 100644
--- a/plugins/org.eclipse.objectteams.otdt.jdt.ui/src/org/eclipse/objectteams/otdt/internal/ui/text/OutlineAdaptor.java
+++ b/plugins/org.eclipse.objectteams.otdt.jdt.ui/src/org/eclipse/objectteams/otdt/internal/ui/text/OutlineAdaptor.java
@@ -82,7 +82,7 @@ public team class OutlineAdaptor
}
return children;
}
- getChildren <- replace getChildren;
+ Object[] getChildren(Object element) <- replace Object[] getChildren(Object element);
boolean showRoleFiles() -> boolean isShowingInheritedMembers();

Back to the top