Navigation Menu

Skip to content

Commit

Permalink
Made getTimeWritten() public
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Oct 5, 2012
1 parent 472a194 commit a1625af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ void setStartPosition( long position )
this.startPosition = position;
}

long getTimeWritten()
public long getTimeWritten()
{
return timeWritten;
}
Expand Down

0 comments on commit a1625af

Please sign in to comment.