Skip to content

Commit 9117135

Browse files
committed
ProfiledSourceSelection needs public constructor
1 parent 3d386f4 commit 9117135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/profiling/src/com/sun/tools/visualvm/profiling/actions/ProfiledSourceSelection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ProfiledSourceSelection {
3939
private final String methodSignature;
4040

4141

42-
ProfiledSourceSelection(Application application, String className, String methodName, String methodSignature) {
42+
public ProfiledSourceSelection(Application application, String className, String methodName, String methodSignature) {
4343
this.application = application;
4444

4545
this.className = className;

0 commit comments

Comments
 (0)