Skip to content

Commit 592f4e6

Browse files
vjkoskelaBrandonArp
authored andcommitted
Modified copyright comment bloc to be a standard multiple comment instead of a javadoc style comment. (#83)
1 parent 02ebd7e commit 592f4e6

File tree

239 files changed

+239
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+239
-239
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.arpnetworking.build</groupId>
2020
<artifactId>arpnetworking-parent-pom</artifactId>
21-
<version>1.1.5</version>
21+
<version>1.1.7</version>
2222
<relativePath />
2323
</parent>
2424

src/main/java/com/arpnetworking/akka/UniformRandomTimeScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2015 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/AggDataUnifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2014 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/AggregatorLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2014 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/ClusterStatusCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2014 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/Emitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2014 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/GracefulShutdownActor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2015 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/GuiceModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2015 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/JvmMetricsCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2015 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/arpnetworking/clusteraggregator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2014 Groupon.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)