summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/InstDescr.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/InstDescr.java')
-rw-r--r--qadevOOo/runner/util/InstDescr.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/InstDescr.java b/qadevOOo/runner/util/InstDescr.java
index e8343bc866e3..ca5f60073868 100644
--- a/qadevOOo/runner/util/InstDescr.java
+++ b/qadevOOo/runner/util/InstDescr.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ abstract public class InstDescr {
/**
* the method getIfcClass
*/
- public Class getIfcClass() {
+ public Class getIfcClass() {
return ifcClass;
}
/**