File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class ActiveThreatModelSource extends ThreatModelSource {
5050/**
5151 * A data flow source corresponding to the program's command line arguments or path.
5252 */
53- class CommandLineArgsSource extends ThreatModelSource instanceof CommandLineArgsSource:: Range { }
53+ final class CommandLineArgsSource = CommandLineArgsSource:: Range ;
5454
5555module CommandLineArgsSource {
5656 abstract class Range extends ThreatModelSource:: Range {
@@ -63,7 +63,7 @@ module CommandLineArgsSource {
6363/**
6464 * A data flow source corresponding to the program's environment.
6565 */
66- class EnvironmentSource extends ThreatModelSource instanceof EnvironmentSource:: Range { }
66+ final class EnvironmentSource = EnvironmentSource:: Range ;
6767
6868module EnvironmentSource {
6969 abstract class Range extends ThreatModelSource:: Range {
@@ -76,7 +76,7 @@ module EnvironmentSource {
7676/**
7777 * A data flow source for remote (network) data.
7878 */
79- class RemoteSource extends ThreatModelSource instanceof RemoteSource:: Range { }
79+ final class RemoteSource = RemoteSource:: Range ;
8080
8181module RemoteSource {
8282 abstract class Range extends ThreatModelSource:: Range {
You can’t perform that action at this time.
0 commit comments