Skip to content

Commit 4d4f88f

Browse files
committed
Fixed the packages name adding the project name.
1 parent 7b4b602 commit 4d4f88f

Some content is hidden

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

44 files changed

+87
-87
lines changed

src/main/java/it/geoframe/blogspot/closureequation/ClosureEquation.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/ClosureEquation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
*
2222
*/
23-
package it.geoframe.blogspot.closureequation;
23+
package it.geoframe.blogspot.closureequation.closureequation;
2424

2525
/**
2626
* @author Niccolo` Tubini

src/main/java/it/geoframe/blogspot/closureequation/ClosureEquationFactory.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/ClosureEquationFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
1919

20-
package it.geoframe.blogspot.closureequation;
20+
package it.geoframe.blogspot.closureequation.closureequation;
2121

2222
public class ClosureEquationFactory {
2323

src/main/java/it/geoframe/blogspot/closureequation/DallAmicoSFCC.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/DallAmicoSFCC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
/**
2727
* @author Niccolo` Tubini

src/main/java/it/geoframe/blogspot/closureequation/LunardiniSFCC.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/LunardiniSFCC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
/**
2727
* @author Niccolo` Tubini

src/main/java/it/geoframe/blogspot/closureequation/McKenzieLinearSFCC.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/McKenzieLinearSFCC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
/**
2727
* @author Niccolo` Tubini

src/main/java/it/geoframe/blogspot/closureequation/NoneSFCC.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/NoneSFCC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
/**
2727
* @author Niccolo` Tubini

src/main/java/it/geoframe/blogspot/closureequation/Parameters.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/Parameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package it.geoframe.blogspot.closureequation;
1+
package it.geoframe.blogspot.closureequation.closureequation;
22

33

44
public class Parameters {

src/main/java/it/geoframe/blogspot/closureequation/SWRCBrooksCorey.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/SWRCBrooksCorey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626

2727
/**

src/main/java/it/geoframe/blogspot/closureequation/SWRCKosugi.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/SWRCKosugi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
import org.apache.commons.math3.special.Erf;
2727

src/main/java/it/geoframe/blogspot/closureequation/SWRCRomano.java renamed to src/main/java/it/geoframe/blogspot/closureequation/closureequation/SWRCRomano.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
*
2323
*/
24-
package it.geoframe.blogspot.closureequation;
24+
package it.geoframe.blogspot.closureequation.closureequation;
2525

2626
import org.apache.commons.math3.special.Erf;
2727

0 commit comments

Comments
 (0)