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:
parent
0250835798
commit
ddd10d64c3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue