Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3da757cf authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- minor typo

parent eaffb0ba
No related branches found
No related tags found
No related merge requests found
......@@ -722,7 +722,7 @@ public class AServProtocolManager {
* Utilities: Finding the implementation of an interface
*********************************************************************/
public static void implementations( Class tosubclass, Set<String> list , boolean debug ){
public static void implementations( Class tosubclass, Set<String> list, boolean debug ){
Set<String> visited = new HashSet<String>();
String classPath = System.getProperty("java.class.path",".");
// Hack: this is not necessary
......
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