提交 9d990a58 编写于 作者: M mullan

Merge

/* /*
* Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -129,7 +129,7 @@ public class ManifestDigester { ...@@ -129,7 +129,7 @@ public class ManifestDigester {
if (len > 6) { if (len > 6) {
if (isNameAttr(bytes, start)) { if (isNameAttr(bytes, start)) {
StringBuilder nameBuf = new StringBuilder(); StringBuilder nameBuf = new StringBuilder(sectionLen);
try { try {
nameBuf.append( nameBuf.append(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册