4747 * Any other binder transactions must include an additional int flag into their bundle or the parsing
4848 * of this object will fail.
4949 */
50- public class BaseSdlPacket {
50+ class BaseSdlPacket {
5151
5252 /**
5353 * This is the amount of bytes added to the bundle from the router service for a specific int
@@ -122,7 +122,7 @@ public class BaseSdlPacket {
122122 int messagingVersion = 1 ;
123123 TransportRecord transportRecord ;
124124
125- public BaseSdlPacket (int version , boolean encryption , int frameType ,
125+ BaseSdlPacket (int version , boolean encryption , int frameType ,
126126 int serviceType , int frameInfo , int sessionId ,
127127 int dataSize , int messageId , byte [] payload ) {
128128 this .version = version ;
@@ -140,7 +140,7 @@ public BaseSdlPacket(int version, boolean encryption, int frameType,
140140 }
141141 }
142142
143- public BaseSdlPacket (int version , boolean encryption , int frameType ,
143+ BaseSdlPacket (int version , boolean encryption , int frameType ,
144144 int serviceType , int frameInfo , int sessionId ,
145145 int dataSize , int messageId , byte [] payload , int offset , int bytesToWrite ) {
146146 this .version = version ;
0 commit comments