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 {
50
50
/**
51
51
* A data flow source corresponding to the program's command line arguments or path.
52
52
*/
53
- class CommandLineArgsSource extends ThreatModelSource instanceof CommandLineArgsSource:: Range { }
53
+ final class CommandLineArgsSource = CommandLineArgsSource:: Range ;
54
54
55
55
module CommandLineArgsSource {
56
56
abstract class Range extends ThreatModelSource:: Range {
@@ -63,7 +63,7 @@ module CommandLineArgsSource {
63
63
/**
64
64
* A data flow source corresponding to the program's environment.
65
65
*/
66
- class EnvironmentSource extends ThreatModelSource instanceof EnvironmentSource:: Range { }
66
+ final class EnvironmentSource = EnvironmentSource:: Range ;
67
67
68
68
module EnvironmentSource {
69
69
abstract class Range extends ThreatModelSource:: Range {
@@ -76,7 +76,7 @@ module EnvironmentSource {
76
76
/**
77
77
* A data flow source for remote (network) data.
78
78
*/
79
- class RemoteSource extends ThreatModelSource instanceof RemoteSource:: Range { }
79
+ final class RemoteSource = RemoteSource:: Range ;
80
80
81
81
module RemoteSource {
82
82
abstract class Range extends ThreatModelSource:: Range {
You can’t perform that action at this time.
0 commit comments