Forum Discussion
saiprakash8093
New Contributor
what is the solution for this?
mslisamarie
3 years agoOccasional Contributor
You should use PickleWrapper and Pickle and String Tag instead since PickleEvent and PickleTag now is deprecated. Here is a small example:
for (final String tagg : wrapper.getPickle().getTags()) {
if (tag.equals(tagg)) {
foundPickles.add(wrapper.getPickle());
Best Regards
Lisa Marie
- saiprakash80933 years agoNew Contributor
Thank you for quick response. I will check and get back to you on this.
Related Content
- 5 months ago
- 2 years ago