]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.auditlogging/src/org/simantics/audit/client/AuditLoggingAPIClient.java
AuditLogging improvements for easier unit testing
[simantics/platform.git] / bundles / org.simantics.auditlogging / src / org / simantics / audit / client / AuditLoggingAPIClient.java
index a7fc6022a921489f6bfabf4d67bcd1df8e750996..645a6065749911ff9bcbf222e9246e1b6430eb79 100644 (file)
@@ -47,6 +47,10 @@ public class AuditLoggingAPIClient {
         }
     }
 
+    public String getUuid() {
+        return uuid;
+    }
+
     private void register(String id) throws AuditLoggingException {
         try {
             Response response = base.path("register").request(MediaType.APPLICATION_JSON_TYPE).post(Entity.json(Collections.singletonMap("id", id)));