Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
testing over and over
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 25, 2019
1 parent 9ee0d11 commit e51641a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/andromeda/araserver/Run.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private Run(int port) throws IOException {
parser = ParserFactory.create(model);
keyWord = new KeyWord(is);
System.out.println(" reeeeesut");

System.out.println(new SortWords(keyWord, "weather in portland oregon").getNNS(parser));

}
// Static function, to be run on start.
Expand All @@ -81,7 +81,6 @@ public static void main(String[] args) {
@Override
//If connected to
public NanoHTTPD.Response serve(NanoHTTPD.IHTTPSession session) {

//RSS feed type, if any
int tag;
//URI passed from client
Expand Down

0 comments on commit e51641a

Please sign in to comment.