Jalopy (netbeans) version 0.3.1
public void standardDelete(Criterion[] crit) // criteria
(logical and)
throws SQLException
// deletion of records from this table is forbidden
{ throw new SQLException("Deletion not allowed from
person table");
}
Given the above code beofre commenting
After formatting
public void standardDelete(Criterion[] crit) // criteria
(logical and)
throws SQLException
{
throw new SQLException("Deletion not allowed
from person table");
}
The second comment has been removed
i.e. the line
// deletion of records from this table is forbidden
All comment lines at this position in a method seem to
get removed regardless of settings.
Ray Powell
Marco Hunsicker
None
None
Public
|
Date: 2002-09-03 18:43 Logged In: YES |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use