Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Trace #68

@GoogleCodeExporter

Description

@GoogleCodeExporter
Current implementation of com.allen_sauer.gwt.log.client.Log:
public final class Log {
...
  public static void trace(String message) {
    debug(message, (Throwable) null);
  }
...
}

Should't this be
  public static void trace(String message) {
    trace(message, (Throwable) null);
  }

Original issue reported on code.google.com by pro1...@yahoo.de on 22 Jun 2012 at 9:01

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions