Skip to content

Commit 7d56612

Browse files
committed
prepare version 03.00.00
1 parent fc96390 commit 7d56612

Some content is hidden

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

65 files changed

+177
-57
lines changed

_data/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/Converting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/ExceptionFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/StreamFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/StringFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/SystemProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/Transformations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/functions/CheckedBiFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/functions/CheckedConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/svenruppert/functional/functions/CheckedExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © 2017 Sven Ruppert ([email protected])
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)