Skip to content

Commit 37c4778

Browse files
author
Alex Menkov
committedMay 22, 2024
8332096: hotspot-ide-project fails with this-escape
Reviewed-by: erikj
1 parent 2170e99 commit 37c4778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2024, 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
@@ -54,7 +54,7 @@ public FileTreeCreator(Path startDir, Vector<BuildConfig> allConfigs, WinGammaPl
5454
attributes.push(new DirAttributes());
5555
}
5656

57-
public class DirAttributes {
57+
public static class DirAttributes {
5858

5959
private HashSet<BuildConfig> ignores;
6060
private HashSet<BuildConfig> disablePch;

0 commit comments

Comments
 (0)
Please sign in to comment.