From a3ec9f62cade0a8ff111a6119c7eb626676533ef Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Thu, 1 Mar 2007 15:42:00 +0000
Subject: [PATCH] make getLocation public

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5547 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 uk/ac/sanger/artemis/util/Document.java | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/uk/ac/sanger/artemis/util/Document.java b/uk/ac/sanger/artemis/util/Document.java
index 4fdd2a94e..1e72b4ecc 100644
--- a/uk/ac/sanger/artemis/util/Document.java
+++ b/uk/ac/sanger/artemis/util/Document.java
@@ -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;
   }
-- 
GitLab