X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws2%2FRNAalifoldClient.java;h=7d6d341fa9f376a32b395b06769fdc4c1cceb141;hb=883754873d00b3c3d4a2bf9c96ef352d20fa4d72;hp=1c4e1920e25d93fe8d9665891b84416dd822ddb5;hpb=54ee3e95ec4f21a301e458f8b7f22876ae70a017;p=jalview.git diff --git a/src/jalview/ws/jws2/RNAalifoldClient.java b/src/jalview/ws/jws2/RNAalifoldClient.java index 1c4e192..7d6d341 100644 --- a/src/jalview/ws/jws2/RNAalifoldClient.java +++ b/src/jalview/ws/jws2/RNAalifoldClient.java @@ -237,7 +237,7 @@ public class RNAalifoldClient extends JabawsCalcWorker // The Score objects contain a set of size one containing the range and // an ArrayList of size one containing the probabilty basePairs.put(score.getRanges().first(), - new Float(score.getScores().get(0))); + Float.valueOf(score.getScores().get(0))); } for (int i = 0, ri = 0, iEnd = struct.length(); i < iEnd; i++, ri++)