Add a debugging statement
This commit is contained in:
parent
fd0df8b281
commit
2b858d55e4
1 changed files with 3 additions and 0 deletions
|
@ -502,6 +502,9 @@ public class JenaBaseDao extends JenaBaseDaoCon {
|
||||||
* convenience method for use with functional properties
|
* convenience method for use with functional properties
|
||||||
*/
|
*/
|
||||||
protected void updatePropertyResourceURIValue(Resource res, Property prop, String uri, Model model) {
|
protected void updatePropertyResourceURIValue(Resource res, Property prop, String uri, Model model) {
|
||||||
|
log.debug("updatePropertyResourceURIValue(), resource="
|
||||||
|
+ (res == null ? "null" : res.getURI()) + ", property="
|
||||||
|
+ (prop == null ? "null" : prop.getURI()) + ", uri=" + uri);
|
||||||
|
|
||||||
if (prop != null) {
|
if (prop != null) {
|
||||||
if (uri == null || uri.length() == 0) {
|
if (uri == null || uri.length() == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue