Skip to content

Commit

Permalink
Merge pull request #23 from YoussefDahi/develop
Browse files Browse the repository at this point in the history
Tree view
  • Loading branch information
usfalami authored Oct 3, 2023
2 parents cc80905 + 0d21d06 commit 22c9a84
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 92 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/usf/trace/api/server/Exchange.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.usf.trace.api.server;

import lombok.Setter;
import org.usf.traceapi.core.IncomingRequest;
import org.usf.traceapi.core.OutcomingRequest;

Expand All @@ -11,6 +12,7 @@
*
*/
@Getter
@Setter
public final class Exchange extends OutcomingRequest {

private IncomingRequest remoteTrace;
Expand Down
Loading

0 comments on commit 22c9a84

Please sign in to comment.