Remove unnecessary semicolon

Change-Id: I3677ecb106ade209e756cec2c6f4232a416bfb44
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2018-04-25 01:05:33 +02:00
parent e341ec0afe
commit 1665d43e49
1 changed files with 1 additions and 1 deletions

View File

@ -809,5 +809,5 @@ private static class RejectAllRefFilter implements RefFilter {
public Map<String, Ref> filter(Map<String, Ref> refs) {
return new HashMap<>();
}
};
}
}