Skip to content

Commit ca4a6fa

Browse files
committedApr 22, 2022
Get rid of import of nsk.share.MainWrapper. It is no longer referenced.
Reviewed-by: lmesnik
1 parent 2e72645 commit ca4a6fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/share/jdi/JDIBase.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,6 @@
4141
import com.sun.jdi.request.EventRequestManager;
4242
import java.util.List;
4343
import nsk.share.Log;
44-
import nsk.share.MainWrapper;
4544

4645
public class JDIBase {
4746

0 commit comments

Comments
 (0)
Please sign in to comment.