From 71b3f9aa990ab722150e34e2a28a09d194d8fadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 15 Jul 2012 10:09:39 +0000 Subject: [PATCH] - Added a comment on setting the default implementation --- src/fr/inrialpes/exmo/ontowrap/OntologyFactory.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/fr/inrialpes/exmo/ontowrap/OntologyFactory.java b/src/fr/inrialpes/exmo/ontowrap/OntologyFactory.java index 701e79b8..8d8f5b71 100644 --- a/src/fr/inrialpes/exmo/ontowrap/OntologyFactory.java +++ b/src/fr/inrialpes/exmo/ontowrap/OntologyFactory.java @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) INRIA, 2008, 2010-2011 + * Copyright (C) INRIA, 2008, 2010-2012 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -50,6 +50,11 @@ public abstract class OntologyFactory { protected static Hashtable<String,OntologyFactory> instances = null; + /* + * Changing this variable, is preferably made by the: + * setDefaultFactory( ) + * below + */ private static String API_NAME="fr.inrialpes.exmo.ontowrap.owlapi30.OWLAPI3OntologyFactory"; public static Set<String> getFactories( URI formalism ) { -- GitLab