Skip to content

Commit

Permalink
[PRMT-3413] Address comments (change some final class to just public …
Browse files Browse the repository at this point in the history
…class)
  • Loading branch information
joefong-nhs committed Jun 15, 2023
1 parent 3f7a68d commit f3cc475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.UUID;

public final class ContinueRequestMessage {
public class ContinueRequestMessage {
private UUID conversationId;
private UUID messageId;
private String sourceGpOds;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import java.util.UUID;

public final class ContinueRequestMessageBuilder {
public class ContinueRequestMessageBuilder {
private UUID conversationId;
private UUID messageId;
private String sourceGpOds;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import java.util.UUID;

public final class EhrRequestMessageBuilder {
public class EhrRequestMessageBuilder {
private String nhsNumber;
private String sourceGpOds;
private String destinationGpOds;
Expand Down

0 comments on commit f3cc475

Please sign in to comment.