Commit 8185f13
committed
Fixed comparing of two classes.
If we are comparing classes and we know for sure there will only be one classloader involved we can safely use .equals or c1 == c2 but if we are not sure we should compare by name (https://stackoverflow.com/questions/10465253/comparing-two-classes-by-its-types-or-class-names).1 parent b4642c8 commit 8185f13
File tree
1 file changed
+1
-1
lines changed- TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/workflow
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments