We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ccfb0 commit d12f547Copy full SHA for d12f547
1 file changed
core/src/main/java/org/bouncycastle/asn1/ASN1RelativeOID.java
@@ -300,7 +300,7 @@ else if ('0' <= ch && ch <= '9')
300
301
static String parseContents(byte[] contents)
302
{
303
- StringBuffer objId = new StringBuffer();
+ StringBuilder objId = new StringBuilder();
304
long value = 0;
305
BigInteger bigValue = null;
306
boolean first = true;
0 commit comments