Skip to content

Commit

Permalink
[MNG-6799] deprecate StringSearchModelInterpolator and remove @nAmed
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Nov 6, 2019
1 parent 24d15c0 commit 16961b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Expand Up @@ -46,14 +46,11 @@
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

import javax.inject.Named;
import javax.inject.Singleton;

/**
* StringSearchModelInterpolator
* @deprecated replaced by StringVisitorModelInterpolator (MNG-6697)
*/
@Named
@Singleton
@Deprecated
public class StringSearchModelInterpolator
extends AbstractStringBasedModelInterpolator
{
Expand Down
Expand Up @@ -80,6 +80,8 @@

/**
* StringVisitorModelInterpolator
*
* @since 3.6.2
*/
@Named
@Singleton
Expand Down

1 comment on commit 16961b3

@soloturn
Copy link

@soloturn soloturn commented on 16961b3 Nov 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.