8000 [R] Removed unnecessary comments · seleniumQuery/seleniumQuery@3075cb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3075cb7

Browse files
committed
[R] Removed unnecessary comments
1 parent fdeca0b commit 3075cb7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/main/java/io/github/seleniumquery/SeleniumQueryObject.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 seleniumQuery authors
2+
* Copyright (c) 2016 seleniumQuery authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -101,11 +101,6 @@ protected SeleniumQueryObject(SeleniumQueryFunctions seleniumQueryFunctions, Web
101101
this.previous = previous;
102102
}
103103

104-
105-
/**************************************************************************************************************************************
106-
* Java SeleniumQueryObject waitUntil() and as() functions
107-
**************************************************************************************************************************************/
108-
109104
/**
110105
* <p>List of functions that will halt the execution and requery the selector until the specified condition is met, returning
111106
* a new seleniumQuery object at the end.</p>
@@ -176,11 +171,6 @@ public <PLUGIN> PLUGIN as(SeleniumQueryPlugin<PLUGIN> pluginFunction) {
176171
return pluginFunction.as(this);
177172
}
178173

179-
180-
/**************************************************************************************************************************************
181-
* Java SeleniumQueryObject specific functions
182-
**************************************************************************************************************************************/
183-
184174
/**
185175
* Returns an iterator over the matched elements of this seleniumQuery object.
186176
*
@@ -215,11 +205,6 @@ public SeleniumQueryFunctions getSeleniumQueryFunctions() {
215205
return seleniumQueryFunctions;
216206
}
217207

218-
219-
/**************************************************************************************************************************************
220-
* jQuery-emulating functions
221-
**************************************************************************************************************************************/
222-
223208
/**
224209
* Returns the number of elements in the seleniumQuery object.
225210
*

0 commit comments

Comments
 (0)
0