We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5b8a2 commit 9117b14Copy full SHA for 9117b14
1 file changed
net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/util/Util.java
@@ -96,7 +96,7 @@ private Util() {
96
*
97
* @param source
98
* @param prefix
99
- * @return List<int[]>
+ * @return List of array of integers
100
*/
101
public static List<int[]> referencedNamePositionsIn(String source, char prefix) {
102
List<int[]> namePositions = new ArrayList<>();
0 commit comments