X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemes%2FRNAInteractionColourScheme.java;h=42f4feb37cca6f6ddcc4ac85dc7809581e3a33d5;hb=0e2054d29bc49351f000d478659dc3c4371b251c;hp=3197caf8d61a07c81615da92a297f9236be5feb6;hpb=171ca8730ea146d50b2eb00701d8df986d88f519;p=jalview.git diff --git a/src/jalview/schemes/RNAInteractionColourScheme.java b/src/jalview/schemes/RNAInteractionColourScheme.java index 3197caf..42f4feb 100644 --- a/src/jalview/schemes/RNAInteractionColourScheme.java +++ b/src/jalview/schemes/RNAInteractionColourScheme.java @@ -1,4 +1,21 @@ -package jalview.schemes; +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) + * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + */ + package jalview.schemes; import jalview.datamodel.SequenceI; @@ -8,7 +25,7 @@ import java.awt.Color; public class RNAInteractionColourScheme extends ResidueColourScheme{ public RNAInteractionColourScheme() { - super(ResidueProperties.nucleotide, 0); + super(); } /**