Bug 499934 - javadoc typo in FileRepositoryBuilder
Summary: javadoc typo in FileRepositoryBuilder
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 trivial (vote)
Target Milestone: 5.8   Edit
Assignee: Karsten Thoms CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-18 13:28 EDT by John Valente CLA
Modified: 2020-04-02 05:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Valente CLA 2016-08-18 13:28:24 EDT
The Javadoc for FileRepositoryBuilder contains:

 new FileRepositoryBuilder() //
                .setGitDir(gitDirArgument) // --git-dir if supplied, no-op if null
                .readEnviroment() // scan environment GIT_* variables
                .findGitDir() // scan up the file system tree
                .build()

The "n" is missing from "readEnvironment".
Comment 1 Eclipse Genie CLA 2020-04-02 04:56:07 EDT
New Gerrit change created: https://git.eclipse.org/r/160359
Comment 2 Eclipse Genie CLA 2020-04-02 05:35:58 EDT
Gerrit change https://git.eclipse.org/r/160359 was merged to [master].
Commit: http://git.eclipse.org/c/jgit/jgit.git/commit/?id=bd42c92ab30a464c8f42e955574997d622c3ab09
Comment 3 Karsten Thoms CLA 2020-04-02 05:38:39 EDT
Thanks John for reporting it. And sorry for the long delay.