1. Test commit rights from another workstation.

This commit is contained in:
cdtank 2011-03-18 23:56:14 +00:00
parent f71c5d52c3
commit b1950352e8

View file

@ -90,7 +90,7 @@ public class PersonToPublicationsModelConstructor implements ModelConstructor {
} }
after = System.currentTimeMillis(); after = System.currentTimeMillis();
log.debug("Time taken to execute the CONSTRUCT queries is in milliseconds: " log.debug("Try to see Time taken to execute the CONSTRUCT queries is in milliseconds: "
+ (after - before)); + (after - before));
return constructedModel; return constructedModel;