Commit 61ad5b15 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed Javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4699 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8cd96c3f
......@@ -47,8 +47,8 @@ import java.sql.SQLException;
* </jdbcProvider>
*
* <jdbcAuthProvider>
* <passwordSQL>SELECT password FROM user_account WHERE username=?<passwordSQL>
* <passwordType>plain<passwordType>
* <passwordSQL>SELECT password FROM user_account WHERE username=?</passwordSQL>
* <passwordType>plain</passwordType>
* &lt;/jdbcAuthProvider&gt;</pre>
*
* The passwordType setting tells Wildfire how the password is stored. Setting the value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment