Fix wrong number of braces.

Thanks to wdscxsj@gmail.com for pointing this out.
This commit is contained in:
erg@google.com 2010-10-21 17:20:05 +00:00
parent ce4da30bb9
commit f550116b81

View File

@ -994,7 +994,7 @@
if (searchableCollection(allYourStuff).contains(theStuffYouWant) &&
!ambientNotification.isActive() && (client.isAmbientSupported() ||
client.alwaysTryAmbientAnyways()) {
client.alwaysTryAmbientAnyways())) {
ambientNotification.activate();
}
</CODE_SNIPPET>