Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java')
-rw-r--r--plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java
index 95d046c6478..09017344998 100644
--- a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java
+++ b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java
@@ -198,7 +198,7 @@ public class TestLogger extends Logger implements ITestLogger {
// /**
// * Log the beginning of a method with a the MethodFormatter formatted argument object.
- // *
+ // *
// * @param source The object requesting the logging (Usually "this" is passed in).
// * @param methodFormat Reference to the MethodFormatter formatted argument list.
// */
@@ -232,7 +232,7 @@ public class TestLogger extends Logger implements ITestLogger {
// /**
// * Log the start of a method with the object variable name and a formatted string with the
// * arguments.
- // *
+ // *
// * @param source The object requesting the logging (Usually "this" is passed in).
// * @param objectName The class variable name.
// * @param arguments The arguments in a formatted string.

Back to the top