Skip to content

Commit

Permalink
Backport a9b31b587c7487b2222773debde1ce2227884959
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Dec 12, 2023
1 parent ba79073 commit d130c59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2023, 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 Down Expand Up @@ -32,7 +32,7 @@
import java.util.Set;
import javax.security.auth.Subject;

public class DoAs {
public class DoAsTest {

public static void main(String[] args) throws Exception {
final Set<String> outer = new HashSet<>(Arrays.asList("Outer"));
Expand Down

0 comments on commit d130c59

Please sign in to comment.