From 08dcf3d927dd47cc70902ef0b69936498b1f29a2 Mon Sep 17 00:00:00 2001 From: srowen Date: Sat, 17 Jul 2010 10:39:34 +0000 Subject: [PATCH] Issue 475, comment fix git-svn-id: http://zxing.googlecode.com/svn/trunk@1487 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/src/com/google/zxing/client/android/Intents.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/google/zxing/client/android/Intents.java b/android/src/com/google/zxing/client/android/Intents.java index 30ef043b..5e268ee4 100755 --- a/android/src/com/google/zxing/client/android/Intents.java +++ b/android/src/com/google/zxing/client/android/Intents.java @@ -150,7 +150,7 @@ public final class Intents { public static final class WifiConnect { /** - * Use Google Book Search to search the contents of the book provided. + * Internal intent used to trigger connection to a wi-fi network. */ public static final String ACTION = "com.google.zxing.client.android.WIFI_CONNECT"; -- 2.20.1