Skip to content

Commit

Permalink
adding UNKNOWN value
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Trettenero committed Dec 10, 2024
1 parent 25579d9 commit 999413c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class MetacatRequestContext implements Serializable {
*/
public MetacatRequestContext() {
this.userName = null;
this.clientAppName = null;
this.clientAppName = UNKNOWN;
this.clientId = null;
this.jobId = null;
this.dataTypeContext = null;
Expand Down Expand Up @@ -198,6 +198,7 @@ public static class MetacatRequestContextBuilder {
MetacatRequestContextBuilder() {
this.bApiUri = UNKNOWN;
this.bScheme = UNKNOWN;
this.bClientAppName = UNKNOWN;
}

/**
Expand Down

0 comments on commit 999413c

Please sign in to comment.