Skip to content

Commit e7ff13e

Browse files
committed
rename package
1 parent d2ed44e commit e7ff13e

37 files changed

+6
-5
lines changed

cerification3/work150221/java_fx_test/src/program/Main.java renamed to certification3/work150221/java_fx_test/src/program/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package program;
1+
package certification3.work150221.java_fx_test.src.program;
22

33
import javafx.application.Application;
44
import javafx.collections.FXCollections;

cerification3/work150221/java_fx_test/src/program/controllers/PersonEditingController.java renamed to certification3/work150221/java_fx_test/src/program/controllers/PersonEditingController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package program.controllers;
1+
package certification3.work150221.java_fx_test.src.program.controllers;
22

33
import javafx.fxml.FXML;
44
import javafx.scene.control.Alert;

cerification3/work150221/java_fx_test/src/program/controllers/PersonOverviewController.java renamed to certification3/work150221/java_fx_test/src/program/controllers/PersonOverviewController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package program.controllers;
1+
package certification3.work150221.java_fx_test.src.program.controllers;
22

33
import javafx.fxml.FXML;
44
import javafx.scene.control.Alert;

cerification3/work150221/java_fx_test/src/program/modules/Person.java renamed to certification3/work150221/java_fx_test/src/program/modules/Person.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package program.modules;
1+
package certification3.work150221.java_fx_test.src.program.modules;
22

33
import javafx.beans.property.*;
44

cerification3/work150221/java_fx_test/src/program/utils/DateUtil.java renamed to certification3/work150221/java_fx_test/src/program/utils/DateUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package program.utils;
1+
package certification3.work150221.java_fx_test.src.program.utils;
22

33
import java.time.DateTimeException;
44
import java.time.LocalDate;

main_rep.iml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<excludeFolder url="file://$MODULE_DIR$/cerification3/work150221/java_fx_test" />
1010
<excludeFolder url="file://$MODULE_DIR$/certification2/classwork/work01122020/lesson_spring" />
1111
<excludeFolder url="file://$MODULE_DIR$/certification2/homework/hib_test" />
12+
<excludeFolder url="file://$MODULE_DIR$/certification3/work150221/java_fx_test" />
1213
</content>
1314
<orderEntry type="inheritedJdk" />
1415
<orderEntry type="sourceFolder" forTests="false" />

0 commit comments

Comments
 (0)