git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
JAL-1834 removed quotes around truncated strings with ellipsis
[jalview.git]
/
src
/
jalview
/
datamodel
/
ASequence.java
1
/**
2
*
3
*/
4
package jalview.datamodel;
5
6
/**
7
* Metadata for a sequence that may or may not be physically present in Jalview
8
* at the moment
9
*
10
* @author jprocter
11
*
12
*/
13
public class ASequence implements ASequenceI
14
{
15
16
}