Skip to content

Commit ed66096

Browse files
committed
#165Rest-API-New: Clean Code
1 parent 0c80e5c commit ed66096

File tree

8 files changed

+1
-7
lines changed

8 files changed

+1
-7
lines changed

src/main/java/de/doubleslash/keeptime/REST_API/DTO/ProjectColorDTO.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.REST_API.DTO;
1918

2019
public class ProjectColorDTO {

src/main/java/de/doubleslash/keeptime/REST_API/DTO/ProjectDTO.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.REST_API.DTO;
1918

2019
public class ProjectDTO {

src/main/java/de/doubleslash/keeptime/REST_API/DTO/WorkDTO.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.REST_API.DTO;
1918

2019
import java.time.LocalDateTime;

src/main/java/de/doubleslash/keeptime/REST_API/controller/WorksController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.REST_API.controller;
1918

2019
import de.doubleslash.keeptime.REST_API.DTO.WorkDTO;

src/main/java/de/doubleslash/keeptime/model/ScreenSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.model;
1918

2019
import javafx.beans.property.ObjectProperty;

src/main/java/de/doubleslash/keeptime/model/User.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.model;
1918

2019
import jakarta.persistence.*;

src/main/java/de/doubleslash/keeptime/model/repos/ProjectRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
1718
package de.doubleslash.keeptime.model.repos;
1819

1920
import org.springframework.data.jpa.repository.JpaRepository;

src/main/java/de/doubleslash/keeptime/model/repos/UserRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
1817
package de.doubleslash.keeptime.model.repos;
1918

2019
import de.doubleslash.keeptime.model.User;

0 commit comments

Comments
 (0)