Skip to content

Commit 6471ea7

Browse files
Gwaldonandreasprlic
authored andcommitted
update to 1.8
1 parent 9cd11a5 commit 6471ea7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

wiki/BioJava:Tutorial:Changeability,_Mutability_and_Events.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ would invalidate the state of another object, all without violating the
1010
principals of encapsulation. The main classes are in the
1111
`org.biojava.utils` package and include `Changeable`, `ChangeEvent`,
1212
`ChangeListener`, `ChangeType` and `ChangeVetoException`. For full
13-
descriptions of all the API used here, please consult the .
13+
descriptions of all the API used here, please consult the JavaDoc API
14+
documentation ([latest biojava
15+
1.8](http://www.biojava.org/docs/api1.8/)).
1416

1517
What is the difference between Changeability and Mutability?
1618
------------------------------------------------------------

wiki/BioJava:Tutorial:Changeability,_Mutability_and_Events.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''By [mailto:mrp@sanger.ac.uk Matthew Pocock]'''
22

3-
BioJava contains a powerful API for communicating when objects wish to change their state, and potentialy preventing them from changing if it would invalidate the state of another object, all without violating the principals of encapsulation. The main classes are in the <code>org.biojava.utils</code> package and include <code>Changeable</code>, <code>ChangeEvent</code>, <code>ChangeListener</code>, <code>ChangeType</code> and <code>ChangeVetoException</code>. For full descriptions of all the API used here, please consult the {{JavaDoc:Documentation}}.
3+
BioJava contains a powerful API for communicating when objects wish to change their state, and potentialy preventing them from changing if it would invalidate the state of another object, all without violating the principals of encapsulation. The main classes are in the <code>org.biojava.utils</code> package and include <code>Changeable</code>, <code>ChangeEvent</code>, <code>ChangeListener</code>, <code>ChangeType</code> and <code>ChangeVetoException</code>. For full descriptions of all the API used here, please consult the JavaDoc API documentation ([http://www.biojava.org/docs/api1.8/ latest biojava 1.8]).
44

55

66
== What is the difference between Changeability and Mutability? ==

0 commit comments

Comments
 (0)