Skip to content

Commit

Permalink
More javadoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Oct 21, 2009
1 parent 0a3ec2e commit ad00340
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/org/jboss/vfs/VirtualFile.java
Expand Up @@ -149,8 +149,6 @@ String getPathName(boolean url) {
* When the file was last modified
*
* @return the last modified time
*
* @throws IOException for any problem accessing the virtual file system
*/
public long getLastModified() {
final VFS.Mount mount = VFS.getMount(this);
Expand All @@ -161,8 +159,6 @@ public long getLastModified() {
* Get the size
*
* @return the size
*
* @throws IOException for any problem accessing the virtual file system
*/
public long getSize() {
final VFS.Mount mount = VFS.getMount(this);
Expand All @@ -173,8 +169,6 @@ public long getSize() {
* Tests whether the underlying implementation file still exists.
*
* @return true if the file exists, false otherwise.
*
* @throws IOException - thrown on failure to detect existence.
*/
public boolean exists() {
final VFS.Mount mount = VFS.getMount(this);
Expand Down

0 comments on commit ad00340

Please sign in to comment.