Author: fanningpj
Date: Sat Dec 18 18:05:24 2021
New Revision: 1896141
URL: http://svn.apache.org/viewvc?rev=1896141&view=rev
Log:
code tidy up
Modified:
poi/site/src/documentation/content/xdocs/devel/resolutions/res001.xml
Modified: poi/site/src/documentation/content/xdocs/devel/resolutions/res001.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/resolutions/res001.xml?rev=1896141&r1=1896140&r2=1896141&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/resolutions/res001.xml
(original)
+++ poi/site/src/documentation/content/xdocs/devel/resolutions/res001.xml Sat
Dec 18 18:05:24 2021
@@ -67,8 +67,8 @@
comments. Simple getters can consist of a simple @return tag; simple
setters
can consist of a simple @param tag. Anything else requires some
verbiage
plus all the standard javadoc tags as appropriate. You MUST include
@throws
- or @exception for any non-runtime exceptions, and you SHOULD document
any
- runtime exceptions you expect to throw. @throws/@exception tags SHOULD
+ or @throws for any non-runtime exceptions, and you SHOULD document any
+ runtime exceptions you expect to throw. @throws/@throws tags SHOULD
include an explanation of why that exception would be thrown. If your
method
might return null, you MUST say so. An accompanying explanation of the
circumstances for doing so would be nice.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]