Commit 97a641b7 by lixinyi

Merge remote-tracking branch 'origin/ncbgjzf' into ncbgjzf

parents 6afedd78 4898a58a
......@@ -28,7 +28,7 @@ Change Log
</FinInstnId>
</FIId>
</To>
<BizMsgIdr>pacs9bizmsgidr02</BizMsgIdr>
<BizMsgIdr>pacs9bizmsgidr03</BizMsgIdr>
<MsgDefIdr>pacs.009.001.08</MsgDefIdr>
<BizSvc>swift.cbprplus.adv.02</BizSvc>
<CreDt>2021-05-17T10:23:41.00+01:00</CreDt>
......@@ -45,7 +45,7 @@ Change Log
</GrpHdr>
<CdtTrfTxInf>
<PmtId>
<InstrId>pacs9bizmsgidr02</InstrId>
<InstrId>pacs9bizmsgidr0401</InstrId>
<EndToEndId>pacs8bizmsgidr01</EndToEndId>
<UETR>8a562c67-ca16-48ba-b074-65581be6f001</UETR>
</PmtId>
......
package com.brilliance;
import org.junit.Test;
public class MethodTest {
@Test
public void test(){
byte bb=2;
byte i = (byte) (bb & 128);
System.out.println("result="+i);
System.out.println(2 & 2);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment