Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Rev 1633 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1415 Rev 1564
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import com.google.gwt.core.client.GWT;
3
import com.google.gwt.core.client.GWT;
Line -... Line 4...
-
 
4
 
4
 
5
public class Debug {
5
public class Debug {
6
	
6
	
7
	@Deprecated
7
	public static void log(String texte) {
8
	public static void log(String texte) {
8
		GWT.log(texte, null);
9
		GWT.log(texte, null);