Skip to content

Commit

Permalink
CHange test
Browse files Browse the repository at this point in the history
  • Loading branch information
SougandhS committed Sep 19, 2024
1 parent 7ab776f commit 8442ec6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public IStatus runInUIThread(IProgressMonitor monitor) {
s.append('(');
String[] params = methodName.split(","); //$NON-NLS-1$
for (String block : params) {

if (block.contains("...")) { //$NON-NLS-1$ Parameter is var args
if (params.length > 1) {
String sub1 = block.substring(0, block.indexOf("...")); //$NON-NLS-1$
Expand Down

0 comments on commit 8442ec6

Please sign in to comment.