Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Oh. Need to support java7 too :)
Browse files Browse the repository at this point in the history
  • Loading branch information
krosenvold committed Dec 9, 2014
1 parent a93f0b8 commit ffb7952
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -127,6 +127,11 @@ public PlexusIoResource next()
return next;
}

public void remove()
{
throw new UnsupportedOperationException();
}

public void close()
throws IOException
{
Expand Down

0 comments on commit ffb7952

Please sign in to comment.