Rev 1415 | Rev 1633 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client.util;
import com.google.gwt.core.client.GWT;
public class Debug {
@Deprecated
public static void log(String texte) {
GWT.log(texte, null);
}
}