Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jsessionid=d014dfa686594180be40ca5872f5?bug_id=4907024 an @see is only allowed a single link with nothing after it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7fd89e0e39
commit
a456ad5d77
@ -525,7 +525,7 @@ public class CryptoFunctions {
|
||||
* @param password the password
|
||||
* @return the ansi bytes
|
||||
*
|
||||
* @see <a href="http://www.ecma-international.org/news/TC45_current_work/Office%20Open%20XML%20Part%204%20-%20Markup%20Language%20Reference.pdf">Part 4 - Markup Language Reference - Ecma International</a> (3.2.29 workbookProtection)
|
||||
* @see <a href="http://www.ecma-international.org/news/TC45_current_work/Office%20Open%20XML%20Part%204%20-%20Markup%20Language%20Reference.pdf">Part 4 - Markup Language Reference - Ecma International - section 3.2.29 (workbookProtection)</a>
|
||||
*/
|
||||
private static byte[] toAnsiPassword(String password) {
|
||||
// TODO: charset conversion (see ecma spec)
|
||||
|
Loading…
Reference in New Issue
Block a user