Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jan 11, 2024
1 parent ab0dc74 commit 3ded8b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import com.github.brenoepics.at4j.util.rest.RestRequestInformation;
import com.github.brenoepics.at4j.util.rest.RestRequestResponseInformation;
import tech.brenoepic.at4j.util.rest.*;

/** This exception is always thrown whenever a request to azure failed. */
public class AzureException extends Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import java.util.stream.Collectors;

import com.github.brenoepics.at4j.core.exceptions.*;
import tech.brenoepic.at4j.core.exceptions.*;

/**
* An enum with all rest request result codes as defined by <a
Expand Down

0 comments on commit 3ded8b4

Please sign in to comment.