Merge changes from topic "rupinsi2-messagerouter"
[dmaap/messagerouter/msgrtr.git] / src / main / java / org / onap / dmaap / dmf / mr / resources / streamReaders / CambriaRawStreamReader.java
index 93baee0..1000f15 100644 (file)
@@ -63,8 +63,10 @@ public class CambriaRawStreamReader implements reader
         */
        public message next () throws CambriaApiException
        {
-               if ( fClosed ) return null;
-
+               if ( fClosed ){
+                       return null;
+               }
+               
                try
                {
                        final byte[] rawBytes = StreamTools.readBytes ( fStream );