Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix storage of metadatafacet
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/archiva/sandbox/trunk@1491198 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Jun 9, 2013
1 parent ec1fed5 commit e46fef6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1130,7 +1130,7 @@ public void addMetadataFacet( String repositoryId, MetadataFacet metadataFacet )
metadataFacetModel.setId( key );
metadataFacetModel.setKey( entry.getKey() );
metadataFacetModel.setFacetId( metadataFacet.getFacetId() );
metadataFacetModel.setName( metadataFacetModel.getName() );
metadataFacetModel.setName( metadataFacet.getName() );
}
metadataFacetModel.setValue( entry.getValue() );
try
Expand Down

0 comments on commit e46fef6

Please sign in to comment.