Arbeitsstand Anfang Februar

git-svn-id: https://brutex.net/svn/xservices/trunk@126 e7e49efb-446e-492e-b9ec-fcafc1997a86
xservices-jre5
Brian Rosenberger 2013-02-05 15:52:48 +00:00
parent cc2d0d10b0
commit 58c7d94197
1 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ package net.brutex.xservices.security;
import java.util.UUID;
public abstract interface Identity
{
public abstract UUID getUUID();
public abstract interface Identity {
public abstract UUID getUUID();
}