Skip to content

Commit

Permalink
GBS-44 | @Slf4j Annotation Has Been Deleted from AuthKeyPairUtil
Browse files Browse the repository at this point in the history
…Class Because It's Unused
  • Loading branch information
agitrubard committed Oct 13, 2024
1 parent 82ea454 commit a9e5df9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.gelecekbilimde.scienceplatform.auth.util;

import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;
import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo;
import org.bouncycastle.openssl.PEMParser;
Expand All @@ -18,7 +17,6 @@
import java.security.PrivateKey;
import java.security.PublicKey;

@Slf4j
@UtilityClass
public class AuthKeyPairUtil {

Expand Down

0 comments on commit a9e5df9

Please sign in to comment.