Skip to content

Commit

Permalink
[MNT-24807] PMD again
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary-witkowski committed Jan 16, 2025
1 parent 01e2b18 commit 63f6ff8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
*/
package org.alfresco.repo.event2.mapper;

import org.alfresco.service.namespace.QName;

import java.io.Serializable;

import org.alfresco.service.namespace.QName;

public interface PropertyMapper
{
Serializable map(QName propertyQName, Serializable value);

PropertyMapper NO_OP = (propertyQName, value) -> value;

Serializable map(QName propertyQName, Serializable value);
}

0 comments on commit 63f6ff8

Please sign in to comment.