删除不需要的注释

This commit is contained in:
yitonglei 2022-08-26 14:32:44 +08:00
parent 2590638c22
commit bc6dfd164d
1 changed files with 0 additions and 13 deletions

View File

@ -106,9 +106,6 @@ public class JhlDAPTool {
user.put("distinguishedName",next.get().toString()); user.put("distinguishedName",next.get().toString());
}else if("objectGUID".equals(next.getID())){ }else if("objectGUID".equals(next.getID())){
String guidStr = next.get().toString(); String guidStr = next.get().toString();
//Object o = next.get(0);
String guid = guidObject2String((byte[]) next.get(0)); String guid = guidObject2String((byte[]) next.get(0));
user.put("id",SingleID.getSingleID(guid)); user.put("id",SingleID.getSingleID(guid));
user.put("guid",guid); user.put("guid",guid);
@ -162,16 +159,6 @@ public class JhlDAPTool {
} }
builder.append('-'); builder.append('-');
// for (int i = 8; i <9; i++)
// {
// String hex = Integer.toHexString(b[i] & 0xFF);
// if (hex.length() == 1)
// {
// hex = '0' + hex;
// }
// builder.append(hex);
// }
// builder.append('-');
for (int i = 8; i <10; i++) for (int i = 8; i <10; i++)
{ {
String hex = Integer.toHexString(b[i] & 0xFF); String hex = Integer.toHexString(b[i] & 0xFF);