src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 221
6ada6122dd4f
parent 215
9d541fd2916b
child 229
03bcd66bd8e7
child 238
86b60aa941c6
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Feb 06 17:24:04 2009 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Feb 13 11:57:33 2009 +0000
     1.3 @@ -907,16 +907,16 @@
     1.4  
     1.5  compiler.err.prob.found.req=\
     1.6  {0}\n\
     1.7 -found   : {1}\n\
     1.8 -required: {2}
     1.9 +required: {2}\n\
    1.10 +found:    {1}
    1.11  compiler.warn.prob.found.req=\
    1.12  {0}\n\
    1.13 -found   : {1}\n\
    1.14 -required: {2}
    1.15 +required: {2}\n\
    1.16 +found:    {1}
    1.17  compiler.err.prob.found.req.1=\
    1.18  {0} {3}\n\
    1.19 -found   : {1}\n\
    1.20 -required: {2}
    1.21 +required: {2}\n\
    1.22 +found:    {1}
    1.23  
    1.24  ## The following are all possible strings for the first argument ({0}) of the
    1.25  ## above strings.
    1.26 @@ -951,8 +951,8 @@
    1.27  
    1.28  compiler.err.type.found.req=\
    1.29  unexpected type\n\
    1.30 -found   : {0}\n\
    1.31 -required: {1}
    1.32 +required: {1}\n\
    1.33 +found:    {0}
    1.34  
    1.35  ## The following are all possible strings for the first argument ({0}) of the
    1.36  ## above string.
    1.37 @@ -1003,7 +1003,7 @@
    1.38  compiler.err.unexpected.type=\
    1.39  unexpected type\n\
    1.40  required: {0}\n\
    1.41 -found   : {1}
    1.42 +found:    {1}
    1.43  
    1.44  ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
    1.45  ## The second argument {1} is the non-resolved symbol
    1.46 @@ -1026,17 +1026,17 @@
    1.47  ## The sixth argument {5} is the location type
    1.48  compiler.err.cant.resolve.location=\
    1.49      cannot find symbol\n\
    1.50 -    symbol  : {0} {1}\n\
    1.51 +    symbol:   {0} {1}\n\
    1.52      location: {4} {5}
    1.53  
    1.54  compiler.err.cant.resolve.location.args=\
    1.55      cannot find symbol\n\
    1.56 -    symbol  : {0} {1}({3})\n\
    1.57 +    symbol:   {0} {1}({3})\n\
    1.58      location: {4} {5}
    1.59  
    1.60  compiler.err.cant.resolve.location.args.params=\
    1.61      cannot find symbol\n\
    1.62 -    symbol  : {0} <{2}>{1}({3})\n\
    1.63 +    symbol:   {0} <{2}>{1}({3})\n\
    1.64      location: {4} {5}
    1.65  
    1.66  ## The following are all possible string for "kindname".

mercurial