1 package org.kuali.coeus.s2sgen.impl.budget; 2 3 public final class CostConstants { 4 public static final String KEY_COST = "Cost"; 5 public static final String KEY_COSTSHARING = "CostSharing"; 6 7 private CostConstants() { 8 throw new UnsupportedOperationException("do not call"); 9 } 10 }