瀏覽代碼

Wrap excessively long line in BasePackFetchConnection

Change-Id: I926838058c1de2146e22faa08570406600457acb
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tags/v1.2.0.201112221803-r
Shawn O. Pearce 12 年之前
父節點
當前提交
575a80ac44
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java

+ 3
- 1
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java 查看文件

@@ -433,7 +433,9 @@ public abstract class BasePackFetchConnection extends BasePackConnection
// ACK status to tell us common objects for reuse in future
// requests. If its not enabled, we can't talk to the peer.
//
throw new PackProtocolException(uri, MessageFormat.format(JGitText.get().statelessRPCRequiresOptionToBeEnabled, OPTION_MULTI_ACK_DETAILED));
throw new PackProtocolException(uri, MessageFormat.format(
JGitText.get().statelessRPCRequiresOptionToBeEnabled,
OPTION_MULTI_ACK_DETAILED));
}

return line.toString();

Loading…
取消
儲存