Skip to content
Snippets Groups Projects
Commit ee86d4a9 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

minor

parent 975ce0fa
No related branches found
No related tags found
No related merge requests found
......@@ -235,8 +235,8 @@ public class KiekerHelper {
String component = identifier;
if(identifier.contains("(")){
component = identifier.split(Pattern.quote("("))[0]; // cut off method parameters
component = component.substring(0, component.lastIndexOf(".")); // cut off method
}
component = component.substring(0, component.lastIndexOf(".")); // cut off method
return component;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment