[Android] Audio service: update a function header

Adrien Maglo git at videolan.org
Tue Jan 14 10:10:29 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Jan 14 09:56:53 2014 +0100| [7542a7f7c22366f06c093f3b640781371c82e2ed] | committer: Adrien Maglo

Audio service: update a function header

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7542a7f7c22366f06c093f3b640781371c82e2ed
---

 vlc-android/src/org/videolan/vlc/AudioService.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/src/org/videolan/vlc/AudioService.java b/vlc-android/src/org/videolan/vlc/AudioService.java
index 4f064b3..5c64edd 100644
--- a/vlc-android/src/org/videolan/vlc/AudioService.java
+++ b/vlc-android/src/org/videolan/vlc/AudioService.java
@@ -558,9 +558,9 @@ public class AudioService extends Service {
     }
 
     /**
-     * Alias for mMetadataCache.get(mCurrentIndex)
+     * Return the current media.
      *
-     * @return The current media
+     * @return The current media or null if there is not any.
      */
     private Media getCurrentMedia() {
         return mLibVLC.getMediaList().getMedia(mCurrentIndex);



More information about the Android mailing list