From aaae3884a496d7be22c3276be643bdcba534c998 Mon Sep 17 00:00:00 2001 From: Alexander Bubnov Date: Wed, 28 Dec 2016 10:24:55 +0300 Subject: [PATCH] changes:small comments fix --- .../roboswag/components/adapters/BindableViewHolder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ru/touchin/roboswag/components/adapters/BindableViewHolder.java b/src/main/java/ru/touchin/roboswag/components/adapters/BindableViewHolder.java index 66318f8..bcd25fb 100644 --- a/src/main/java/ru/touchin/roboswag/components/adapters/BindableViewHolder.java +++ b/src/main/java/ru/touchin/roboswag/components/adapters/BindableViewHolder.java @@ -111,7 +111,7 @@ public class BindableViewHolder extends RecyclerView.ViewHolder implements Lifec } /** - * Returns a color state list object associated with a particular resource ID. + * Returns a drawable object associated with a particular resource ID. * Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the * returned drawable will be styled for the specified Context's theme. * @@ -124,7 +124,7 @@ public class BindableViewHolder extends RecyclerView.ViewHolder implements Lifec } /** - * Returns a drawable object associated with a particular resource ID. + * Returns a color state list object associated with a particular resource ID. * Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the * returned drawable will be styled for the specified Context's theme. *