summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 0f29c30..877c5d5 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -104,7 +104,7 @@ module OpenTox
# Save object at webservice
def put wait=true
# TODO: RDFXML
- append RDF::DC.modified, DateTime.now
+ #append RDF::DC.modified, DateTime.now
uri = RestClientWrapper.put @uri.to_s, self.to_ntriples, { :content_type => "text/plain", :subjectid => @subjectid}
wait_for_task uri if wait
end