Commit 1a5ce189 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Missed }

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4411 b35dd754-fafc-0310-a699-88a17e54d16e
parent c0f82d54
...@@ -89,7 +89,7 @@ public class YahooForeignContact extends AbstractForeignContact { ...@@ -89,7 +89,7 @@ public class YahooForeignContact extends AbstractForeignContact {
} }
else if (StatusConstants.STATUS_INVISIBLE == id) { else if (StatusConstants.STATUS_INVISIBLE == id) {
status.updateValue(resource.getString("STATUS_INVISIBLE")); status.updateValue(resource.getString("STATUS_INVISIBLE"));
}
else if (StatusConstants.STATUS_BAD == id) { else if (StatusConstants.STATUS_BAD == id) {
status.updateValue(resource.getString("STATUS_BAD")); // Bad login? status.updateValue(resource.getString("STATUS_BAD")); // Bad login?
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment