Skip to content

Commit

Permalink
Merge pull request #425 from overture-stack/refactor/rename-constant
Browse files Browse the repository at this point in the history
Renamed the constant ICGCFS to SCOREFS
  • Loading branch information
Azher2Ali authored Jul 18, 2024
2 parents f931ebe + 09f6fcf commit cc44514
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

public class StorageFileStore extends FileStore {

public static final String ICGCFS = "icgcfs";
public static final String SCOREFS = "scorefs";

@Override
public String type() {
return ICGCFS;
return SCOREFS;
}

@Override
Expand All @@ -43,7 +43,7 @@ public boolean supportsFileAttributeView(Class<? extends FileAttributeView> type

@Override
public String name() {
return "icgc";
return "score";
}

@Override
Expand Down

0 comments on commit cc44514

Please sign in to comment.