Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public final class Tracing {
/**
* The separator to place between the component and the message.
*/
@Deprecated
public static final String SEPARATOR = " >>> "; //$NON-NLS-1$

/**
Expand All @@ -52,6 +53,7 @@ public final class Tracing {
* @param message
* The message to print to standard out; may be <code>null</code>.
*/
@Deprecated
public static final void printTrace(final String component,
final String message) {
StringBuilder buffer = new StringBuilder();
Expand Down
Loading