src/share/classes/com/sun/corba/se/impl/orb/PrefixParserAction.java

changeset 205
b2fff4b7e8cd
parent 158
91006f157c46
child 748
6845b95cba6b
     1.1 --- a/src/share/classes/com/sun/corba/se/impl/orb/PrefixParserAction.java	Fri Sep 24 16:38:05 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/corba/se/impl/orb/PrefixParserAction.java	Fri Sep 24 22:42:14 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -110,7 +110,7 @@
    1.11                      throw wrapper.couldNotSetArray( thr,
    1.12                          getPropertyName(), new Integer(ctr),
    1.13                          componentType, new Integer(size),
    1.14 -                        ObjectUtility.compactObjectToString( obj )) ;
    1.15 +                        obj.toString() ) ;
    1.16                  }
    1.17                  ctr++ ;
    1.18              }

mercurial