Skip to content

Commit 37723bb

Browse files
bactgoneall
authored andcommitted
Add newline at the last line of file
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 0d0ed3b commit 37723bb

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/java/org/spdx/library/conversion/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
*
2424
* @author Gary O'Neall
2525
*/
26-
package org.spdx.library.conversion;
26+
package org.spdx.library.conversion;

src/main/java/org/spdx/storage/listedlicense/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Storage for SPDX listed licenses.
19+
* Storage for SPDX listed licenses
2020
* <p>
2121
* The <code>SpdxListedLicenseModelStore</code> is the default storage which pull the data from JSON files at spdx.org/licenses
2222
*
2323
* The <code>SpdxListedLicenseLocalModelStore</code> uses a local copy of the licenses stored in the resources/licenses directory
2424
*
2525
* @author Gary O'Neall
2626
*/
27-
package org.spdx.storage.listedlicense;
27+
package org.spdx.storage.listedlicense;

src/main/java/org/spdx/storage/simple/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*
2121
* @author Gary O'Neall
2222
*/
23-
package org.spdx.storage.simple;
23+
package org.spdx.storage.simple;

src/main/java/org/spdx/utility/compare/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*
2121
* @author Gary O'Neall
2222
*/
23-
package org.spdx.utility.compare;
23+
package org.spdx.utility.compare;

src/main/java/org/spdx/utility/license/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*
2121
* @author Gary O'Neall
2222
*/
23-
package org.spdx.utility.license;
23+
package org.spdx.utility.license;

src/main/java/org/spdx/utility/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*
2121
* @author Gary O'Neall
2222
*/
23-
package org.spdx.utility;
23+
package org.spdx.utility;

src/main/java/org/spdx/utility/verificationcode/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*
2121
* @author Gary O'Neall
2222
*/
23-
package org.spdx.utility.verificationcode;
23+
package org.spdx.utility.verificationcode;

0 commit comments

Comments
 (0)