diff --git a/rewrite-core/src/main/java/org/openrewrite/marker/GitProvenance.java b/rewrite-core/src/main/java/org/openrewrite/marker/GitProvenance.java index 0ec9130be3a..8954061acb8 100644 --- a/rewrite-core/src/main/java/org/openrewrite/marker/GitProvenance.java +++ b/rewrite-core/src/main/java/org/openrewrite/marker/GitProvenance.java @@ -56,7 +56,7 @@ public class GitProvenance implements Marker { /** * The URL of the origin remote, not to be confused with the SCM origin - * which can be found under scmUrlComponents.getOrigin() which contains the base url to the SCM server + * which can be found under gitRemote.getOrigin() which contains the base url of the remote SCM server */ @Nullable String origin;