Skip to content

Commit afa5133

Browse files
committed
Revert unintentional commit
1 parent b5cad22 commit afa5133

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/InstanceDiscoveryMetadataEntry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
@Accessors(fluent = true)
1313
@Getter(AccessLevel.PACKAGE)
14-
@Setter
1514
@Builder
1615
@NoArgsConstructor
1716
@AllArgsConstructor

msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/AadInstanceDiscoveryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.net.URI;
1414
import java.net.URL;
1515

16-
@PrepareForTest({AadInstanceDiscoveryProvider.class})
16+
@PrepareForTest(AadInstanceDiscoveryProvider.class)
1717
public class AadInstanceDiscoveryTest extends PowerMockTestCase {
1818

1919
@BeforeMethod

0 commit comments

Comments
 (0)