Skip to content
Snippets Groups Projects

fixed formatting, echoed CI user

Merged Cristina Pauna requested to merge feature/GAIAXAUTH-9 into main
9 files
+ 89
128
Compare changes
  • Side-by-side
  • Inline
Files
9
package eu.gaiax.difs.aas.client;
import eu.gaiax.difs.aas.properties.LocalTrustServiceClientProperties;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
public class LocalTrustServiceClientImpl implements TrustServiceClient {
Loading