(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authentication / InMemoryUserSet.java
index 5988b40bab70f7ecf0ad09a2d5e6e556b34edf4c..dd03f24b0380b0de69468939f87e5834b53757dc 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authentication;
 
-
 import java.util.Set;
 import java.util.TreeSet;
 
@@ -99,9 +98,9 @@ public class InMemoryUserSet extends AbstractUserSet {
     public int size() {
         return users.size();
     }
-    
+
     @Override
     public void clearCache() {
-        // Empty   
+        // Empty
     }
 }