Merge "Fix documentation for Animatable2Compat" into oc-support-26.0-dev am: a67ab172ac
am: 15c3695009

Change-Id: If16d8600053caf406f73fa6015b19eb7a7a2ede0
diff --git a/graphics/drawable/animated/src/android/support/graphics/drawable/Animatable2Compat.java b/graphics/drawable/animated/src/android/support/graphics/drawable/Animatable2Compat.java
index d9d0f36..232dc81 100644
--- a/graphics/drawable/animated/src/android/support/graphics/drawable/Animatable2Compat.java
+++ b/graphics/drawable/animated/src/android/support/graphics/drawable/Animatable2Compat.java
@@ -25,7 +25,7 @@
 import android.support.annotation.RequiresApi;
 
 /**
- * Abstract class that drawables supporting animations and callbacks should extend in support lib.
+ * Interface that drawables supporting animations and callbacks should extend in support lib.
  */
 public interface Animatable2Compat extends Animatable {
 
@@ -51,7 +51,7 @@
     void clearAnimationCallbacks();
 
     /**
-     * Animation callback interface. Used to notify animation events.
+     * Abstract class for animation callback. Used to notify animation events.
      */
     abstract class AnimationCallback {
         /**