summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java
index 62949299b37f..5f0e975bdf78 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java
+++ b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java
@@ -42,7 +42,7 @@ class MyUnoObject implements com.sun.star.uno.XInterface
System.out.println( "finalizer called" );
}
- public static void main( String args[] ) throws java.lang.InterruptedException
+ public static void main( String args[] ) throws InterruptedException
{
com.sun.star.uno.XInterface a = new MyUnoObject();
a = null;