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

Commit

Permalink
done with that
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 1, 2020
1 parent 9712229 commit 77641cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.10.1'
compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.2'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '7.4.1.jre11'




implementation 'com.google.code.gson:gson:2.8.6'
// https://mvnrepository.com/artifact/postgresql/postgresql
compile group: 'postgresql', name: 'postgresql', version: '9.1-901-1.jdbc4'
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/andromeda/araserver/Run.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import java.net.URL
import java.sql.SQLException

class Run private constructor(port: Int) : NanoHTTPD(port) {
var keyWord: KeyWord
var model: ParserModel
var parser: Parser
private var keyWord: KeyWord
private var model: ParserModel
private var parser: Parser
//If connected to
override fun serve(session: IHTTPSession): Response {
val tag: Int
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/andromeda/araserver/iot/NewDevice.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.andromeda.araserver.iot

class NewDevice {
}

0 comments on commit 77641cd

Please sign in to comment.