Skip to content

Commit

Permalink
Minor formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmiaw committed Aug 17, 2015
1 parent 9c573e0 commit cc15590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public ICryptoContext getCryptoContext(final MslContext ctx, final EntityAuthent
// Return the crypto context.
return new NullCryptoContext();
}

/** Authentication utilities. */
final AuthenticationUtils authutils;
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ public class UnauthenticatedAuthenticationFactoryTest {
public ExpectedMslException thrown = ExpectedMslException.none();

private static final String UNAUTHENTICATED_ESN = "MOCKUNAUTH-ESN";

/** Authentication utilities. */
private static MockAuthenticationUtils authutils;

@BeforeClass
public static void setup() throws MslEncodingException, MslCryptoException {
Expand All @@ -64,6 +61,7 @@ public static void setup() throws MslEncodingException, MslCryptoException {
@AfterClass
public static void teardown() {
factory = null;
authutils = null;
ctx = null;
}

Expand Down Expand Up @@ -116,6 +114,8 @@ public void revoked() throws MslCryptoException, MslEntityAuthException {

/** MSL context. */
private static MockMslContext ctx;
/** Authentication utilities. */
private static MockAuthenticationUtils authutils;
/** Entity authentication factory. */
private static EntityAuthenticationFactory factory;
}

0 comments on commit cc15590

Please sign in to comment.