(no commit message)
[utils] / security / usermgt / src / test / java / org / wamblee / security / authentication / InMemoryGroupSetTest.java
index 9ff7a4a655fed3ec5aa40453f0e698ff1fb53695..56a298a3c9cf73b931f4cbf88c1dc54e8be0990f 100644 (file)
@@ -12,7 +12,7 @@
  * 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;
@@ -197,10 +197,10 @@ public class InMemoryGroupSetTest extends TestCase {
 
         checkGroupCount(3);
     }
-    
-    public void testRenameGroupTwice() { 
-        Group group = new Group("x"); 
-        groups.add(group); 
+
+    public void testRenameGroupTwice() {
+        Group group = new Group("x");
+        groups.add(group);
         groups.groupModified(group);
         group.setName("y");
         groups.groupModified(group);