Exemplo n.º 1
0
        public static int OptionLength(string option)
        {
            int length = StabilityOptions.OptionLength(option);

            if (length != null)
            {
                return(length);
            }
            return(Com.Sun.Tools.Doclets.Standard.Standard.OptionLength(option));
        }
Exemplo n.º 2
0
        public static int OptionLength(string option)
        {
            int length = StabilityOptions.OptionLength(option);

            if (length != null)
            {
                return(length);
            }
            return(JDiff.OptionLength(option));
        }