Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0118dfc9 authored by Thinh Dong's avatar Thinh Dong
Browse files

- Removed unnecessary constructor

parent a2a7f1b0
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,6 @@ public class SILKRendererVisitor extends GraphPatternRendererVisitor implements
public SILKRendererVisitor(PrintWriter writer) {
super(writer);
}
public SILKRendererVisitor(PrintWriter writer, String sub, String pred, String obj) {
super(writer);
}
public void init( Properties p ) {
if ( p.getProperty( "embedded" ) != null && !p.getProperty( "embedded" ).equals("") )
......
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