Skip to content

Commit

Permalink
removed AcmBase (non-functional) and references
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Sep 3, 2024
1 parent 48c9c99 commit 3c694f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions src/main/java/org/ecocean/acm/AcmBase.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/org/ecocean/acm/AcmUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class AcmUtil {
// these take a list of objects and a parallel list of acmIds to assign
// returns number actually changed
// it should "handle weirdness" whatever that may mean?
// if we could get AcmBase to work (grrr) we could generalize this
public static int rectifyMediaAssetIds(List<MediaAsset> mas, List<String> acmIds) {
if ((mas == null) || (acmIds == null) || (mas.size() != acmIds.size())) {
IA.log("ERROR: AcmUtil.rectifyMediaAssetIds() has invalid lists passed; failing");
Expand Down

0 comments on commit 3c694f2

Please sign in to comment.