diff options
Diffstat (limited to 'odk/examples/java')
-rw-r--r-- | odk/examples/java/Inspector/InspectorPane.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/InspectorPane.java b/odk/examples/java/Inspector/InspectorPane.java index 627d4c4336b0..6483958b76b3 100644 --- a/odk/examples/java/Inspector/InspectorPane.java +++ b/odk/examples/java/Inspector/InspectorPane.java @@ -173,7 +173,7 @@ import com.sun.star.uno.XComponentContext; } } } - // ReturnObject of method node == null.. + // ReturnObject of method node == null... else{ if (!bHasParameters){ _oUnoMethodNode.setLabel(_oUnoMethodNode.getLabel() + " = null"); |