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

make getLocation public

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5547 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 56548145
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/util/Document.java,v 1.2 2006-08-14 14:48:07 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/util/Document.java,v 1.3 2007-03-01 15:42:00 tjc Exp $
*/
package uk.ac.sanger.artemis.util;
import uk.ac.sanger.artemis.util.*;
import java.io.*;
/**
......@@ -36,7 +34,7 @@ import java.io.*;
* encapsulates a File or URL object.
*
* @author Kim Rutherford
* @version $Id: Document.java,v 1.2 2006-08-14 14:48:07 tjc Exp $
* @version $Id: Document.java,v 1.3 2007-03-01 15:42:00 tjc Exp $
**/
public abstract class Document
......@@ -182,7 +180,7 @@ public abstract class Document
/**
* Return the raw location object from this Document - eg a File or a URL.
**/
protected Object getLocation()
public Object getLocation()
{
return location;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment