X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FcolourUnconserved.groovy;fp=examples%2Fgroovy%2FcolourUnconserved.groovy;h=2365c1e1c1ffe2bbf6beccc7c074faab8de13786;hb=522aa7882efafa14cc70163537863aec89ba0cc1;hp=e1867665352632bf68f497220786fc56d1e9dc78;hpb=2aaeed34a80cf782d2ea57a74bb5aa0880ee2aa1;p=jalview.git diff --git a/examples/groovy/colourUnconserved.groovy b/examples/groovy/colourUnconserved.groovy index e186766..2365c1e 100644 --- a/examples/groovy/colourUnconserved.groovy +++ b/examples/groovy/colourUnconserved.groovy @@ -42,7 +42,7 @@ unconserved = { -> /* * to make a new instance for each alignment view */ - getInstance: { AnnotatedCollectionI coll, Map map -> unconserved() }, + getInstance: { view, coll -> unconserved() }, /* * method only needed if colour scheme has to recalculate