Now attempts to use locale-specific Google property in client. Also made some stuff...
[zxing.git] / android / src / com / google / zxing / client / android / SearchBookContentsListItem.java
index 6243aa0..15d1d4d 100644 (file)
@@ -23,7 +23,7 @@ import android.util.AttributeSet;
 import android.widget.LinearLayout;
 import android.widget.TextView;
 
-public class SearchBookContentsListItem extends LinearLayout {
+public final class SearchBookContentsListItem extends LinearLayout {
 
   private TextView mPageNumberView;
   private TextView mSnippetView;