Skip to content

Commit 116a3e3

Browse files
committed
change HighlightGeneEvent constructor from package protected to public
1 parent 6c5b6e6 commit 116a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/at/gmi/nordborglab/widgets/geneviewer/client/event/HighlightGeneEvent.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class HighlightGeneEvent extends GwtEvent<HighlightGeneHandler> {
1515
protected int x;
1616
protected int y;
1717

18-
protected HighlightGeneEvent(Gene gene,int x, int y){
18+
public HighlightGeneEvent(Gene gene,int x, int y){
1919
this.gene = gene;
2020
this.x = x;
2121
this.y = y;

0 commit comments

Comments
 (0)