forked from GitHub/gf-core
removed src for 2.9
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
//package javaGUI;
|
||||
public class MarkedArea
|
||||
{
|
||||
public int begin;
|
||||
public int end;
|
||||
public LinPosition position;
|
||||
public String words;
|
||||
|
||||
MarkedArea(int b, int e, LinPosition p, String w)
|
||||
{
|
||||
begin = b;
|
||||
end = e;
|
||||
position = p;
|
||||
words = w;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user