File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
java/com/engflow/notificationqueue Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,8 @@ public static void main(String[] args) throws Exception {
6060 } catch (IllegalStateException e ) {
6161 System .err .println ("Unable to open channel to " + args [0 ].split ("=" )[1 ]);
6262 throw new IllegalStateException (e );
63- } catch (IOException e ) {
64- throw new IOException (e );
6563 }
64+
6665 try {
6766 final Metadata header = new Metadata ();
6867 Metadata .Key <String > userKey =
@@ -216,8 +215,6 @@ private static ManagedChannel createChannel(
216215 builder .sslContext (contextBuilder .build ());
217216 } catch (SSLException e ) {
218217 throw new IllegalStateException (e );
219- } catch (IOException e ) {
220- throw new IOException (e );
221218 }
222219 }
223220 return builder .build ();
You can’t perform that action at this time.
0 commit comments