Commit e4f4cc8
authored
[ZEPPELIN-6243] Remove unused code in SemanticVersion class
### What is this PR for?
This PR performs internal cleanup in the org.apache.zeppelin.test.SemanticVersion class by removing unused methods:
These methods are not referenced anywhere in the Zeppelin codebase and serve no current functional purpose.
### What type of PR is it?
Refactoring
### Todos
* [x] - Remove unused methods in SemanticVersion
### What is the Jira issue?
* [JIRA](https://issues.apache.org/jira/browse/ZEPPELIN-6243)
### How should this be tested?
* No functional changes. No additional testing required.
* CI should pass as usual.
### Screenshots (if appropriate)
### Questions:
* Does the license files need to update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Closes #4978 from eunhwa99/ZEPPELIN-6243.
Signed-off-by: Philipp Dallig <[email protected]>1 parent 9cf4121 commit e4f4cc8
1 file changed
Lines changed: 17 additions & 35 deletions
Lines changed: 17 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | | - | |
| 53 | + | |
| 54 | + | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 61 | + | |
73 | 62 | | |
74 | 63 | | |
75 | 64 | | |
| |||
85 | 74 | | |
86 | 75 | | |
87 | 76 | | |
88 | | - | |
| 77 | + | |
89 | 78 | | |
90 | 79 | | |
91 | | - | |
92 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
93 | 83 | | |
94 | 84 | | |
95 | 85 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 86 | + | |
105 | 87 | | |
106 | 88 | | |
0 commit comments