Skip to content

Commit

Permalink
Remove unrequired imports of NoSuchElementException in ClusteringMeth…
Browse files Browse the repository at this point in the history
…od, CropCriteria and SimilarityMeasure
  • Loading branch information
stefanhahmann committed Nov 15, 2023
1 parent fd08f9d commit fcdebac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
import com.apporiented.algorithm.clustering.SingleLinkageStrategy;
import org.mastodon.mamut.clustering.util.AverageLinkageUPGMAStrategy;

import java.util.NoSuchElementException;

public enum ClusteringMethod
{
AVERAGE_LINKAGE( "Average linkage", new AverageLinkageUPGMAStrategy() ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
*/
package org.mastodon.mamut.clustering.config;

import java.util.NoSuchElementException;

public enum CropCriteria
{
TIMEPOINT( "Timepoint", "time" ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import org.mastodon.mamut.treesimilarity.ZhangUnorderedTreeEditDistance;
import org.mastodon.mamut.treesimilarity.tree.Tree;

import java.util.NoSuchElementException;
import java.util.function.BiFunction;
import java.util.function.BinaryOperator;

Expand Down

0 comments on commit fcdebac

Please sign in to comment.