File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 
test/java/uk/co/real_logic/sbe/generation/java Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,14 @@ public void shouldGenerateBasicMessage() throws Exception
221221 }
222222
223223 @ Test (expected  = IllegalArgumentException .class )
224-  public  void  shouldValidateMissingBufferClass () throws  IOException  {
224+  public  void  shouldValidateMissingBufferClass () throws  IOException 
225+  {
225226 new  JavaGenerator (ir , "dasdsads" , outputManager );
226227 }
227228
228229 @ Test (expected  = IllegalArgumentException .class )
229-  public  void  shouldValidateNotImplementedBufferClass () throws  IOException  {
230+  public  void  shouldValidateNotImplementedBufferClass () throws  IOException 
231+  {
230232 new  JavaGenerator (ir , "java.nio.ByteBuffer" , outputManager );
231233 }
232234
                         You can’t perform that action at this time. 
           
                  
0 commit comments