Skip to content

Commit

Permalink
Update AcgMxSourceImplNew.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cikiPAD authored Dec 20, 2023
1 parent 0ded69d commit adfd004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/impl/AcgMxSourceImplNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class AcgMxSourceImplNew implements ImageSourceInterface {

@Override
public String getType() {
return SourceTypeConstant.ACGMX;
return SourceTypeConstant.ACGMX_NEW;
}

@Override
Expand Down

0 comments on commit adfd004

Please sign in to comment.