Skip to content

Commit

Permalink
cleanup: remove unused domain classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Jan 8, 2025
1 parent 18a06ba commit 69b0d57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
22 changes: 0 additions & 22 deletions src/main/java/edu/kit/datamanager/pit/domain/Contributor.java

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/java/edu/kit/datamanager/pit/domain/PIDRecordEntry.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.kit.datamanager.pit.domain;

import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;

/**
*
* @author Torridity
*/
@Data
public class PIDRecordEntry {
private String key;
Expand Down

This file was deleted.

0 comments on commit 69b0d57

Please sign in to comment.