Fix header

This commit is contained in:
Dominik Schürmann 2015-03-19 03:30:49 +01:00
parent e65efce333
commit 834ce03f9e

View File

@ -1,4 +1,3 @@
package org.sufficientlysecure.keychain.util;
/*
* Copyright (C) 2014 Vincent Breitmoser <v.breitmoser@mugenguild.com>
*
@ -16,6 +15,8 @@ package org.sufficientlysecure.keychain.util;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.sufficientlysecure.keychain.util;
import java.util.Random;
public class TestingUtils {