From c0269fcfa876b9c5cf309b2006462b4d09c5ef95 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 28 七月 2021 18:09:02 +0800 Subject: [PATCH] 包名及目录修改 --- library-NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/library-NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java b/library-NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java index 7c50063..5ca6417 100644 --- a/library-NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java +++ b/library-NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java @@ -64,7 +64,7 @@ * * @hide */ - public static interface TimeListener { + public interface TimeListener { /** * <p>Notifies listeners of the occurrence of another frame of the animation, * along with information about the elapsed time.</p> -- Gitblit v1.8.0