Skip to content

Commit 41c5959

Browse files
authored
Modified copyright comment bloc to be a standard multiple comment instead of a javadoc style comment. (#101)
1 parent fce744a commit 41c5959

File tree

225 files changed

+225
-225
lines changed

Some content is hidden

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

225 files changed

+225
-225
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.6</version>
2222
<relativePath />
2323
</parent>
2424

src/main/java/com/arpnetworking/configuration/BaseConfiguration.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/configuration/Configuration.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/configuration/Listener.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/configuration/Trigger.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/configuration/jackson/BaseJacksonConfiguration.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/configuration/jackson/BaseJsonNodeSource.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/configuration/jackson/DirectoryDynamicConfigurationFactory.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/configuration/jackson/DynamicConfiguration.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/configuration/jackson/DynamicConfigurationFactory.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)