BASE-4502: Add space

This commit is contained in:
Daniel Strmecki
2021-04-10 11:32:59 +02:00
parent 0407a1e409
commit fca2515c41

View File

@@ -5,7 +5,7 @@ public class Annotations {
private final String deprecatedDate = "20-02-14";
private final String deprecatedTime = "22:00";
@Deprecated(since = deprecatedDate + deprecatedTime)
@Deprecated(since = deprecatedDate + " " + deprecatedTime)
public void deprecatedMethod() {}
}