Skip to content

Commit

Permalink
[#60feature/#60-restlib] refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
  • Loading branch information
Huluvu424242 committed Jan 29, 2023
1 parent b63e373 commit 8fc270b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
public final class JobStatusBeschreibung implements AbstractJobBeschreibung {

// nicht eindeutig, da in der Config leer sein kann
protected final String jobOrderId;
final String jobOrderId;

protected final JobStatus jobStatus;
final JobStatus jobStatus;

// eigentlich unique aber durch Sonderzeichenverarbeitung evtl. merhdeutig
protected final String jobName;
final String jobName;

// eindeutig aber wenn mehrmals konfiguriert, werden alle auf einen abgebildet.
protected final URL jobUrl;
final URL jobUrl;

public JobStatusBeschreibung(final String jobName, final JobStatus jobStatus, final URL jobUrl, final String jobOrderId) {
this.jobStatus = jobStatus;
Expand Down

0 comments on commit 8fc270b

Please sign in to comment.