Skip to content

Commit

Permalink
Merge pull request #4943 from sul-dlss/update-indexing-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Apr 30, 2024
2 parents 38b96a3 + a56179d commit 337a0a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Indexes a Cocina object.
class Indexer
# @param [Cocina::Models::DROWithMetadata|CollectionWithMetadata|AdminPolicyWithMetadata]
# raises [DorIndexing::RepositoryError]
def self.reindex(cocina_object:)
solr_doc = Indexing::Builders::DocumentBuilder.for(
model: cocina_object
Expand Down

0 comments on commit 337a0a5

Please sign in to comment.