Skip to content

Commit

Permalink
Merge pull request #1582 from Mailaender/serializable-rating-supplier
Browse files Browse the repository at this point in the history
Fix target deletion undo/redo being broken
  • Loading branch information
eselmeister authored Dec 11, 2023
2 parents fbd4705 + 1a5326c commit 52d5680
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
*******************************************************************************/
package org.eclipse.chemclipse.model.identifier;

public interface IRatingSupplier {
import java.io.Serializable;

public interface IRatingSupplier extends Serializable {

/**
* Returns an advice, e.g. "The spectrum is of low quality".
Expand Down

0 comments on commit 52d5680

Please sign in to comment.