Skip to content

Commit

Permalink
8248412: test/jdk/java/sql/testng/test/sql/DriverManagerPermissionsTe…
Browse files Browse the repository at this point in the history
…sts.java can fail

Reviewed-by: naoto, dfuchs
  • Loading branch information
Lance Andersen committed Jun 26, 2020
1 parent c0c4a8d commit fc82a46
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -20,7 +20,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package test.sql;
package test.sql.othervm;

import java.security.AccessControlException;
import java.security.Policy;
Expand Down

0 comments on commit fc82a46

Please sign in to comment.