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; ...@@ -47,8 +47,8 @@ import java.sql.SQLException;
* </jdbcProvider> * </jdbcProvider>
* *
* <jdbcAuthProvider> * <jdbcAuthProvider>
* <passwordSQL>SELECT password FROM user_account WHERE username=?<passwordSQL> * <passwordSQL>SELECT password FROM user_account WHERE username=?</passwordSQL>
* <passwordType>plain<passwordType> * <passwordType>plain</passwordType>
* &lt;/jdbcAuthProvider&gt;</pre> * &lt;/jdbcAuthProvider&gt;</pre>
* *
* The passwordType setting tells Wildfire how the password is stored. Setting the value * 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