Skip to content

Commit

Permalink
warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
owagner committed Mar 19, 2015
1 parent 07475b3 commit c791c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/tellerulam/eno2mqtt/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import java.util.logging.*;
import java.util.regex.*;

import org.eclipse.paho.client.mqttv3.*;

public class Main
{
static final Timer t=new Timer(true);
Expand Down Expand Up @@ -39,7 +37,7 @@ private static String getVersion()
return version;
}

public static void main(String[] args) throws MqttException, SecurityException, IOException, NumberFormatException
public static void main(String[] args) throws SecurityException, IOException, NumberFormatException
{
/*
* Interpret all command line arguments as property definitions (without the knx2mqtt prefix)
Expand Down

0 comments on commit c791c19

Please sign in to comment.