Skip to content

Commit 43ab249

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of bundles/org.eclipse.core.commands
1 parent 3e5d528 commit 43ab249

File tree

1 file changed

+2
-0
lines changed
  • bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/util

1 file changed

+2
-0
lines changed

bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/util/Tracing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public final class Tracing {
3434
/**
3535
* The separator to place between the component and the message.
3636
*/
37+
@Deprecated
3738
public static final String SEPARATOR = " >>> "; //$NON-NLS-1$
3839

3940
/**
@@ -52,6 +53,7 @@ public final class Tracing {
5253
* @param message
5354
* The message to print to standard out; may be <code>null</code>.
5455
*/
56+
@Deprecated
5557
public static final void printTrace(final String component,
5658
final String message) {
5759
StringBuilder buffer = new StringBuilder();

0 commit comments

Comments
 (0)