소스 검색

Mention null return in Javadoc of Config#getString

Change-Id: Ibf09395fb3ac4d5d8f47872ed8f239c821bbee7a
Signed-off-by: Robin Stocker <robin@nibor.org>
tags/v3.2.0.201312181205-r
Robin Stocker 10 년 전
부모
커밋
53c8ac0c60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

+ 2
- 2
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java 파일 보기

@@ -435,7 +435,7 @@ public class Config {
}

/**
* Get string value
* Get string value or null if not found.
*
* @param section
* the section
@@ -443,7 +443,7 @@ public class Config {
* the subsection for the value
* @param name
* the key name
* @return a String value from git config.
* @return a String value from the config, <code>null</code> if not found
*/
public String getString(final String section, String subsection,
final String name) {

Loading…
취소
저장