Browse Source

add missing @since tag in StatusCommand

Change-Id: Ie8d9c3878116488b973dfc80c7c97f174e769d3f
stable-3.6
Christian Halstrick 10 years ago
parent
commit
2532c28cb9
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java

1
org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java

@ -85,6 +85,7 @@ public class StatusCommand extends GitCommand<Status> {
/**
* @param mode
* @return {@code this}
* @since 3.6
*/
public StatusCommand setIgnoreSubmodules(IgnoreSubmoduleMode mode) {
ignoreSubmoduleMode = mode;

Loading…
Cancel
Save