1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

remove interface override annotations

This commit is contained in:
Filippo Carone 2008-04-13 00:09:28 +02:00
parent 53375c390d
commit 506f1e4e6d

View File

@ -51,7 +51,6 @@ public class LoggerIterator implements Iterator<LoggerMessage>
/**
* {@inheritDoc}
*/
@Override
public boolean hasNext()
{
libvlc_exception_t exception = new libvlc_exception_t();
@ -61,7 +60,6 @@ public class LoggerIterator implements Iterator<LoggerMessage>
/**
* {@inheritDoc}
*/
@Override
public LoggerMessage next()
{
libvlc_exception_t exception = new libvlc_exception_t();
@ -75,7 +73,6 @@ public class LoggerIterator implements Iterator<LoggerMessage>
* {@inheritDoc}
* Does not remove the element.
*/
@Override
public void remove()
{
//