X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FRNAHelicesColour.java;h=168aa3187129f2b3ee944275b87ee49d0991853a;hb=4ea6a00274e0a209a7dbec074f04a21ec1a80b28;hp=bfb760ec3e0bec36ba04be3bae884f0ad11ece18;hpb=9e16113678909f36fa3212c0fa7db1a61107ee5c;p=jalview.git diff --git a/src/jalview/schemes/RNAHelicesColour.java b/src/jalview/schemes/RNAHelicesColour.java index bfb760e..168aa31 100644 --- a/src/jalview/schemes/RNAHelicesColour.java +++ b/src/jalview/schemes/RNAHelicesColour.java @@ -1,13 +1,13 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) - * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle + * 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 @@ -66,7 +66,8 @@ public class RNAHelicesColour extends ResidueColourScheme public void refresh() { - if (lastrefresh != annotation._rnasecstr.hashCode() && annotation.isValidStruc()) + if (lastrefresh != annotation._rnasecstr.hashCode() + && annotation.isValidStruc()) { annotation.getRNAStruc(); lastrefresh = annotation._rnasecstr.hashCode();