Skip to content
Snippets Groups Projects
Commit bda2c92e authored by tjc's avatar tjc
Browse files

implement toString

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5489 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 93969ac3
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ import uk.ac.sanger.artemis.j2ssh.FTProgress;
public class RemoteFileDocument extends Document
{
private String str;
/**
*
* Create a new RemoteFileDocument from a File.
......@@ -196,5 +197,15 @@ public class RemoteFileDocument extends Document
{
return (RemoteFileNode)getLocation();
}
public String toString()
{
return str;
}
public void setString(final String str)
{
this.str = str;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment