Added toString method to ConnectionProfile

This is to show proper information in the LoginActivity ListView
This commit is contained in:
Ricardo Carrillo Cruz 2013-04-10 20:20:22 +02:00
parent a277ef15d2
commit 0fd9640364
1 changed files with 3 additions and 1 deletions

View File

@ -58,5 +58,7 @@ public class ConnectionProfile {
this.connectionURL = connectionURL;
}
public String toString() {
return getProfileName();
}
}