We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483670d commit 8c7165eCopy full SHA for 8c7165e
bin/org/georemindme/controller/appserver/Server.class
9 Bytes
src/org/georemindme/controller/appserver/Server.java
@@ -89,7 +89,7 @@ public final void dameLaSiguientePista(final String pista)
89
Log.v(LOG, "Server-dameLaSiguientePista ()");
90
91
// Preparamos una hebra que será la que se encarga de la conexion con el servidor
92
- Thread thread = new Thread("getTimeline_Thread")
+ Thread thread = new Thread("dameLaSiguientePista_Thread")
93
{
94
public void run ()
95
0 commit comments