File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
groovy/com/cloudbees/plugins/flow
java/com/cloudbees/plugins/flow
test/java/com/cloudbees/plugin/flow Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import java.util.logging.Logger;
3939import java.text.DateFormat ;
4040
4141/**
42- * @author : <a href =" mailto:nicolas.deloof@gmail.com" >Nicolas De Loof</a>
42+ * @author <a href =" mailto:nicolas.deloof@gmail.com" >Nicolas De Loof</a>
4343 */
4444public class JobInvocation {
4545
Original file line number Diff line number Diff line change 2929import jenkins .model .Jenkins ;
3030
3131/**
32- * @author: <a hef ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
32+ * @author <a href ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
3333 */
3434public class FlowCause extends Cause .UpstreamCause {
3535
Original file line number Diff line number Diff line change 3030import java .util .Set ;
3131
3232/**
33- * @author: <a hef ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
33+ * @author <a href ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
3434 */
3535public class FlowState {
3636
Original file line number Diff line number Diff line change 2525package com .cloudbees .plugins .flow ;
2626
2727/**
28- * @author: <a hef="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
28+ * @author <a hef="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
2929 */
3030public class JobExecutionFailureException extends Exception {
3131}
Original file line number Diff line number Diff line change 4141/**
4242 * A Builder that will block until a file exists.
4343 *
44- * @author: James Nord
44+ * @author James Nord
4545 */
4646public class BlockingBuilder extends Builder {
4747
Original file line number Diff line number Diff line change 3838import static hudson .model .Result .SUCCESS ;
3939
4040/**
41- * @author: <a hef ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
41+ * @author <a href ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
4242 */
4343public class ConfigurableFailureBuilder extends Builder {
4444
Original file line number Diff line number Diff line change 3838import static hudson .model .Result .UNSTABLE ;
3939
4040/**
41- * @author: <a hef ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
41+ * @author <a href ="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
4242 */
4343public class UnstableBuilder extends Builder {
4444
You can’t perform that action at this time.
0 commit comments