PiRSquared17 / tomproject

Automatically exported from code.google.com/p/tomproject
0 stars 0 forks source link

CenterLayout: correct error msg #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current:
throw new IllegalStateException("This layout assumes container only has one 
child component"); //$NON-NLS-1$

Correct:
throw new IllegalStateException("This layout assumes container has exactly 
one child component"); //$NON-NLS-1$

Original issue reported on code.google.com by brito....@gmail.com on 8 Mar 2010 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 8 Mar 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Issue 51 correct this, the error message was removed.

Original comment by brito....@gmail.com on 8 Mar 2010 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 9 Apr 2010 at 12:39