Skip to content

Commit

Permalink
FDP-1737: optimize imports
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <76959352+loesimmens@users.noreply.github.com>
  • Loading branch information
loesimmens committed Feb 1, 2024
1 parent d85ce30 commit 2d357c4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
package com.alliander.osgp.kafka.message.signing;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UncheckedIOException;
import java.nio.charset.StandardCharsets;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.Resource;
import org.springframework.util.StreamUtils;

@Configuration
public class MessageSigningAutoConfiguration {
Expand Down

0 comments on commit 2d357c4

Please sign in to comment.