Hashtags: Remove unused Result static class
Change-Id: I0751917747f8d2f08d82bb3d9d7adadd462f095f
This commit is contained in:
@@ -265,12 +265,4 @@ public class Hashtags extends Composite {
|
||||
protected PostInput() {
|
||||
}
|
||||
}
|
||||
|
||||
public static class Result extends JavaScriptObject {
|
||||
public final native JsArrayString hashtags() /*-{ return this.hashtags; }-*/;
|
||||
public final native String error() /*-{ return this.error; }-*/;
|
||||
|
||||
protected Result() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user