001    package railo.intergral.fusiondebug.server;
002    
003    public class FDLicense {
004            
005            public static String getLicenseInformation(String key) {
006                    return null;
007            }
008    }