don't use semicolon in kotlin
This commit is contained in:
		@ -68,7 +68,7 @@ class Connection(val address: InetAddress, val port: Int = 10796) : Closeable {
 | 
			
		||||
                is ErrorPackage -> throw ConnectionErrorException(pkg)
 | 
			
		||||
                else -> throw RuntimeException("Unreachable")
 | 
			
		||||
            }
 | 
			
		||||
        };
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Throws(IOException::class, ConnectionException::class)
 | 
			
		||||
 | 
			
		||||
@ -62,7 +62,7 @@ class ImportViewController : Controller() {
 | 
			
		||||
        reset()
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    fun reset() {
 | 
			
		||||
    private fun reset() {
 | 
			
		||||
        iv.tfFilePath.clear()
 | 
			
		||||
        iv.tfName.clear()
 | 
			
		||||
        iv.cvTags.chips.clear()
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user