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

setEntry made public

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5685 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 7181eb0b
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/Feature.java,v 1.24 2007-02-05 15:09:52 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/Feature.java,v 1.25 2007-03-15 09:46:20 tjc Exp $
*/ */
package uk.ac.sanger.artemis; package uk.ac.sanger.artemis;
...@@ -59,7 +59,7 @@ import java.util.Date; ...@@ -59,7 +59,7 @@ import java.util.Date;
* embl.Feature and embl.Entry objects. * embl.Feature and embl.Entry objects.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: Feature.java,v 1.24 2007-02-05 15:09:52 tjc Exp $ * @version $Id: Feature.java,v 1.25 2007-03-15 09:46:20 tjc Exp $
**/ **/
public class Feature public class Feature
...@@ -824,7 +824,7 @@ public class Feature ...@@ -824,7 +824,7 @@ public class Feature
/** /**
* Set the Entry that owns this object. * Set the Entry that owns this object.
**/ **/
void setEntry(final Entry entry) public void setEntry(final Entry entry)
{ {
if(this.entry != null) if(this.entry != null)
stopListening(); stopListening();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment