You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/01/26 08:54:32 UTC

maven git commit: o Updated to correct '[ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRequest.java[391] (sizes) LineLength: Line is longer than 120 characters (found 131). [ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRe

Repository: maven
Updated Branches:
  refs/heads/master 770b0f99e -> 3e722d913


o Updated to correct '[ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRequest.java[391] (sizes) LineLength: Line is longer than 120 characters (found 131).
[ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRequest.java[398] (sizes) LineLength: Line is longer than 120 characters (found 130).'.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3e722d91
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3e722d91
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3e722d91

Branch: refs/heads/master
Commit: 3e722d913c921fdd0458157835d0935c526e20f9
Parents: 770b0f9
Author: Christian Schulte <sc...@apache.org>
Authored: Tue Jan 26 08:53:43 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 26 08:53:43 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/execution/MavenExecutionRequest.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/3e722d91/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
----------------------------------------------------------------------
diff --git a/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java b/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
index fc77f43..1ec8966 100644
--- a/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
+++ b/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
@@ -388,14 +388,16 @@ public interface MavenExecutionRequest
     MavenExecutionRequest setUseLegacyLocalRepository( boolean useLegacyLocalRepository );
 
     /**
-     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the builder's id.
+     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the
+     * builder's id.
      *
      * @since 3.2.0
      */
     MavenExecutionRequest setBuilderId( String builderId );
 
     /**
-     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the builders id.
+     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the
+     * builders id.
      *
      * @since 3.2.0
      */