Selaa lähdekoodia

Add CheckForNull to ScmProvider#revision

tags/8.4.0.35506
Duarte Meneses 4 vuotta sitten
vanhempi
commit
dcc32fd76d

+ 1
- 0
sonar-plugin-api/src/main/java/org/sonar/api/batch/scm/ScmProvider.java Näytä tiedosto

@@ -113,6 +113,7 @@ public abstract class ScmProvider {
* for example the SHA1 of the current HEAD in a Git branch.
* @since 7.0
*/
@CheckForNull
public String revisionId(Path path) {
throw new UnsupportedOperationException(formatUnsupportedMessage("Getting revision id"));
}

Loading…
Peruuta
Tallenna