Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jul 25, 2018
1 parent 69e63dd commit e741898
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Service interface for manipulation of instances of {@link MetadataResolversPositionOrderContainer} and
* encapsulate MetadataResolvers ordering logic.
* to abstract away MetadataResolvers ordering logic.
*
* @author Dmitriy Kopylenko
*/
Expand All @@ -16,6 +16,4 @@ public interface MetadataResolversPositionOrderContainerService {
void persistPositionOrderContainer(MetadataResolversPositionOrderContainer metadataResolversPositionOrderContainer);

List<MetadataResolver> getAllMetadataResolversInDefinedOrderOrUnordered();


}

0 comments on commit e741898

Please sign in to comment.