1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix API error.

This commit is contained in:
Markus Schorn 2008-09-30 07:29:02 +00:00
parent 0250835798
commit ddd10d64c3

View file

@ -14,7 +14,6 @@ import java.beans.BeanInfo;
import java.beans.IntrospectionException; import java.beans.IntrospectionException;
import java.beans.Introspector; import java.beans.Introspector;
import java.beans.PropertyDescriptor; import java.beans.PropertyDescriptor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;
@ -87,6 +86,7 @@ public class DebugUtil {
* IResource resource = ...; * IResource resource = ...;
* DebugUtil.printObjectProperties(resource); * DebugUtil.printObjectProperties(resource);
* DebugUtil.printObjectProperties(resource.getResourceAttributes()); * DebugUtil.printObjectProperties(resource.getResourceAttributes());
* @since 5.1
*/ */
public static void printObjectProperties(Object obj) { public static void printObjectProperties(Object obj) {
try { try {