Skip to content
Snippets Groups Projects
Commit b0da9cbf authored by Simon Spinner's avatar Simon Spinner
Browse files

Bug fix: Name query signature with interface prefix.

parent 30717777
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public class Agent implements IApplication {
InterfaceTemplate jdbc = new InterfaceTemplate("java.sql.Connection");
SignatureTemplate query = new SignatureTemplate("query");
SignatureTemplate query = new SignatureTemplate("java.sql.Connection#query");
jdbc.add(query);
repository.add(jdbc);
......
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