Merge branch 'master' of ssh://gsa2/humgen/gsa-scr1/gsa-engineering/git/unstable

This commit is contained in:
Eric Banks 2012-09-07 11:45:09 -04:00
commit ed3d9b050f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.util.Vector;
* of the read, plus an option extraInfo (useful for carrying info where needed).
* <p/>
* Also holds the critical apply function that actually execute the clipping operation on a provided read,
* according to the wishes of the supplid ClippingAlgorithm enum.
* according to the wishes of the supplied ClippingAlgorithm enum.
*/
public class ClippingOp {
public final int start, stop; // inclusive