forked from GitHub/gf-core
*** empty log message ***
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
public int begin;
|
||||
public int end;
|
||||
public String position;
|
||||
public String words;
|
||||
|
||||
MarkedArea(int b, int e, String p)
|
||||
MarkedArea(int b, int e, String p, String w)
|
||||
{
|
||||
begin = b;
|
||||
end = e;
|
||||
position = p;
|
||||
words = w;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user