We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe963da commit ac63d2bCopy full SHA for ac63d2b
1 file changed
lib/ontologies_linked_data/mappings/mappings.rb
@@ -320,7 +320,6 @@ def self.get_rest_mapping(mapping_id)
320
classes = [read_only_class(sol[:c1].to_s, sol[:s1].to_s),
321
read_only_class(sol[:c2].to_s, sol[:s2].to_s)]
322
process = LinkedData::Models::MappingProcess.find(sol[:o]).first
323
- # process.bring_remaining unless process.nil?
324
mapping = LinkedData::Models::Mapping.new(classes, 'REST',
325
process,
326
sol[:uuid])
0 commit comments