diff --git a/pom.xml b/pom.xml index ca6079e84..de5746c01 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ com.mycila license-maven-plugin - 3.0 + 4.0.rc1
LICENSE
diff --git a/src/main/java/com/restfb/BaseFacebookClient.java b/src/main/java/com/restfb/BaseFacebookClient.java index e75159a71..c9923e29b 100644 --- a/src/main/java/com/restfb/BaseFacebookClient.java +++ b/src/main/java/com/restfb/BaseFacebookClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/Connection.java b/src/main/java/com/restfb/Connection.java index 08f2464a4..e73a8a820 100644 --- a/src/main/java/com/restfb/Connection.java +++ b/src/main/java/com/restfb/Connection.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/ConnectionIterator.java b/src/main/java/com/restfb/ConnectionIterator.java index 052b245f8..4116db74e 100644 --- a/src/main/java/com/restfb/ConnectionIterator.java +++ b/src/main/java/com/restfb/ConnectionIterator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/DefaultFacebookClient.java b/src/main/java/com/restfb/DefaultFacebookClient.java index c3ed7afd7..9670986d2 100644 --- a/src/main/java/com/restfb/DefaultFacebookClient.java +++ b/src/main/java/com/restfb/DefaultFacebookClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/DefaultJsonMapper.java b/src/main/java/com/restfb/DefaultJsonMapper.java index 8d725378b..e3fb69994 100644 --- a/src/main/java/com/restfb/DefaultJsonMapper.java +++ b/src/main/java/com/restfb/DefaultJsonMapper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/DefaultWebRequestor.java b/src/main/java/com/restfb/DefaultWebRequestor.java index 9eb11630f..f461315bb 100644 --- a/src/main/java/com/restfb/DefaultWebRequestor.java +++ b/src/main/java/com/restfb/DefaultWebRequestor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/ETagWebRequestor.java b/src/main/java/com/restfb/ETagWebRequestor.java index 53758e7f7..1526c924b 100644 --- a/src/main/java/com/restfb/ETagWebRequestor.java +++ b/src/main/java/com/restfb/ETagWebRequestor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/Facebook.java b/src/main/java/com/restfb/Facebook.java index 18430c8a9..ff1230570 100644 --- a/src/main/java/com/restfb/Facebook.java +++ b/src/main/java/com/restfb/Facebook.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/FacebookClient.java b/src/main/java/com/restfb/FacebookClient.java index ea4aa30d4..964caf533 100644 --- a/src/main/java/com/restfb/FacebookClient.java +++ b/src/main/java/com/restfb/FacebookClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/FacebookEndpoints.java b/src/main/java/com/restfb/FacebookEndpoints.java index f99c43a2a..3fe45eba6 100644 --- a/src/main/java/com/restfb/FacebookEndpoints.java +++ b/src/main/java/com/restfb/FacebookEndpoints.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/JsonHelper.java b/src/main/java/com/restfb/JsonHelper.java index a2c427711..023d0ec02 100644 --- a/src/main/java/com/restfb/JsonHelper.java +++ b/src/main/java/com/restfb/JsonHelper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/JsonMapper.java b/src/main/java/com/restfb/JsonMapper.java index f17204ea0..50da1a673 100644 --- a/src/main/java/com/restfb/JsonMapper.java +++ b/src/main/java/com/restfb/JsonMapper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/Parameter.java b/src/main/java/com/restfb/Parameter.java index e21fe8c0c..5e2f12bcb 100644 --- a/src/main/java/com/restfb/Parameter.java +++ b/src/main/java/com/restfb/Parameter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/Version.java b/src/main/java/com/restfb/Version.java index 7bdf73136..e4440516c 100644 --- a/src/main/java/com/restfb/Version.java +++ b/src/main/java/com/restfb/Version.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/WebRequestor.java b/src/main/java/com/restfb/WebRequestor.java index ddca0b51f..e90a1ee43 100644 --- a/src/main/java/com/restfb/WebRequestor.java +++ b/src/main/java/com/restfb/WebRequestor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/annotation/GraphAPI.java b/src/main/java/com/restfb/annotation/GraphAPI.java index 9bb4ecca4..6a7049e8d 100644 --- a/src/main/java/com/restfb/annotation/GraphAPI.java +++ b/src/main/java/com/restfb/annotation/GraphAPI.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/batch/BatchHeader.java b/src/main/java/com/restfb/batch/BatchHeader.java index c047c95b3..2895f8298 100644 --- a/src/main/java/com/restfb/batch/BatchHeader.java +++ b/src/main/java/com/restfb/batch/BatchHeader.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/batch/BatchRequest.java b/src/main/java/com/restfb/batch/BatchRequest.java index c69369455..8318e5859 100644 --- a/src/main/java/com/restfb/batch/BatchRequest.java +++ b/src/main/java/com/restfb/batch/BatchRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/batch/BatchResponse.java b/src/main/java/com/restfb/batch/BatchResponse.java index b651a56d0..bb5e13110 100644 --- a/src/main/java/com/restfb/batch/BatchResponse.java +++ b/src/main/java/com/restfb/batch/BatchResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/batch/package-info.java b/src/main/java/com/restfb/batch/package-info.java index 5395e9b0d..0532c74e4 100644 --- a/src/main/java/com/restfb/batch/package-info.java +++ b/src/main/java/com/restfb/batch/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/ExceptionInformation.java b/src/main/java/com/restfb/exception/ExceptionInformation.java index 1d30557c3..481e93de8 100644 --- a/src/main/java/com/restfb/exception/ExceptionInformation.java +++ b/src/main/java/com/restfb/exception/ExceptionInformation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookCheckedException.java b/src/main/java/com/restfb/exception/FacebookCheckedException.java index 00cda3982..8585b66fe 100644 --- a/src/main/java/com/restfb/exception/FacebookCheckedException.java +++ b/src/main/java/com/restfb/exception/FacebookCheckedException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookErrorMessageException.java b/src/main/java/com/restfb/exception/FacebookErrorMessageException.java index 9003911f0..0498af5b0 100644 --- a/src/main/java/com/restfb/exception/FacebookErrorMessageException.java +++ b/src/main/java/com/restfb/exception/FacebookErrorMessageException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookException.java b/src/main/java/com/restfb/exception/FacebookException.java index 444a3933f..01f2151d8 100644 --- a/src/main/java/com/restfb/exception/FacebookException.java +++ b/src/main/java/com/restfb/exception/FacebookException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookExceptionMapper.java b/src/main/java/com/restfb/exception/FacebookExceptionMapper.java index 717bdf190..e8447afb0 100644 --- a/src/main/java/com/restfb/exception/FacebookExceptionMapper.java +++ b/src/main/java/com/restfb/exception/FacebookExceptionMapper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookGraphException.java b/src/main/java/com/restfb/exception/FacebookGraphException.java index ad61aa299..3e11b6bd1 100644 --- a/src/main/java/com/restfb/exception/FacebookGraphException.java +++ b/src/main/java/com/restfb/exception/FacebookGraphException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookJsonMappingException.java b/src/main/java/com/restfb/exception/FacebookJsonMappingException.java index 9cb88b832..f28d8128a 100644 --- a/src/main/java/com/restfb/exception/FacebookJsonMappingException.java +++ b/src/main/java/com/restfb/exception/FacebookJsonMappingException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookLoggerException.java b/src/main/java/com/restfb/exception/FacebookLoggerException.java index 09ea33cd4..064fe4ebe 100644 --- a/src/main/java/com/restfb/exception/FacebookLoggerException.java +++ b/src/main/java/com/restfb/exception/FacebookLoggerException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookNetworkException.java b/src/main/java/com/restfb/exception/FacebookNetworkException.java index 42ea8fc8e..962053b19 100644 --- a/src/main/java/com/restfb/exception/FacebookNetworkException.java +++ b/src/main/java/com/restfb/exception/FacebookNetworkException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookOAuthException.java b/src/main/java/com/restfb/exception/FacebookOAuthException.java index 555c128eb..bf0838b16 100644 --- a/src/main/java/com/restfb/exception/FacebookOAuthException.java +++ b/src/main/java/com/restfb/exception/FacebookOAuthException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookPreconditionException.java b/src/main/java/com/restfb/exception/FacebookPreconditionException.java index c94a79fc7..649474998 100644 --- a/src/main/java/com/restfb/exception/FacebookPreconditionException.java +++ b/src/main/java/com/restfb/exception/FacebookPreconditionException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookQueryParseException.java b/src/main/java/com/restfb/exception/FacebookQueryParseException.java index 23e6aa22e..8920623d5 100644 --- a/src/main/java/com/restfb/exception/FacebookQueryParseException.java +++ b/src/main/java/com/restfb/exception/FacebookQueryParseException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookResponseContentException.java b/src/main/java/com/restfb/exception/FacebookResponseContentException.java index cbbf076e5..bd71c3710 100644 --- a/src/main/java/com/restfb/exception/FacebookResponseContentException.java +++ b/src/main/java/com/restfb/exception/FacebookResponseContentException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookResponseStatusException.java b/src/main/java/com/restfb/exception/FacebookResponseStatusException.java index cce118b4e..db0f4c523 100644 --- a/src/main/java/com/restfb/exception/FacebookResponseStatusException.java +++ b/src/main/java/com/restfb/exception/FacebookResponseStatusException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookSignedRequestParsingException.java b/src/main/java/com/restfb/exception/FacebookSignedRequestParsingException.java index 2c3b09d0f..b1b52e174 100644 --- a/src/main/java/com/restfb/exception/FacebookSignedRequestParsingException.java +++ b/src/main/java/com/restfb/exception/FacebookSignedRequestParsingException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/FacebookSignedRequestVerificationException.java b/src/main/java/com/restfb/exception/FacebookSignedRequestVerificationException.java index 6fb609ec8..577355642 100644 --- a/src/main/java/com/restfb/exception/FacebookSignedRequestVerificationException.java +++ b/src/main/java/com/restfb/exception/FacebookSignedRequestVerificationException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/ResponseErrorJsonParsingException.java b/src/main/java/com/restfb/exception/ResponseErrorJsonParsingException.java index cb0ad768e..12859fdef 100644 --- a/src/main/java/com/restfb/exception/ResponseErrorJsonParsingException.java +++ b/src/main/java/com/restfb/exception/ResponseErrorJsonParsingException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/DeviceTokenExceptionFactory.java b/src/main/java/com/restfb/exception/devicetoken/DeviceTokenExceptionFactory.java index 3505949a7..66e0c99fc 100644 --- a/src/main/java/com/restfb/exception/devicetoken/DeviceTokenExceptionFactory.java +++ b/src/main/java/com/restfb/exception/devicetoken/DeviceTokenExceptionFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenCodeExpiredException.java b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenCodeExpiredException.java index d1fea66cd..98ef10965 100644 --- a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenCodeExpiredException.java +++ b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenCodeExpiredException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenDeclinedException.java b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenDeclinedException.java index a25dc9f0a..63b80c529 100644 --- a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenDeclinedException.java +++ b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenDeclinedException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenException.java b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenException.java index bdc3d239a..0fa93f5ac 100644 --- a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenException.java +++ b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenPendingException.java b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenPendingException.java index b5ef6398e..a25162fcd 100644 --- a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenPendingException.java +++ b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenPendingException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenSlowdownException.java b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenSlowdownException.java index 5e1a54400..0ddc50d49 100644 --- a/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenSlowdownException.java +++ b/src/main/java/com/restfb/exception/devicetoken/FacebookDeviceTokenSlowdownException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/generator/DefaultFacebookExceptionGenerator.java b/src/main/java/com/restfb/exception/generator/DefaultFacebookExceptionGenerator.java index 200cc74ec..84bc1b614 100644 --- a/src/main/java/com/restfb/exception/generator/DefaultFacebookExceptionGenerator.java +++ b/src/main/java/com/restfb/exception/generator/DefaultFacebookExceptionGenerator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/generator/FacebookExceptionGenerator.java b/src/main/java/com/restfb/exception/generator/FacebookExceptionGenerator.java index 673c464e0..285407b98 100644 --- a/src/main/java/com/restfb/exception/generator/FacebookExceptionGenerator.java +++ b/src/main/java/com/restfb/exception/generator/FacebookExceptionGenerator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/exception/package-info.java b/src/main/java/com/restfb/exception/package-info.java index 066c90b3f..08b2bfee1 100644 --- a/src/main/java/com/restfb/exception/package-info.java +++ b/src/main/java/com/restfb/exception/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/logging/JulLogger.java b/src/main/java/com/restfb/logging/JulLogger.java index 9424b65e8..37ce0a73b 100644 --- a/src/main/java/com/restfb/logging/JulLogger.java +++ b/src/main/java/com/restfb/logging/JulLogger.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/logging/JulMessage.java b/src/main/java/com/restfb/logging/JulMessage.java index 3e40e12c4..fc2600c75 100644 --- a/src/main/java/com/restfb/logging/JulMessage.java +++ b/src/main/java/com/restfb/logging/JulMessage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/logging/RestFBLogger.java b/src/main/java/com/restfb/logging/RestFBLogger.java index 8b4c568cc..181a44e7c 100644 --- a/src/main/java/com/restfb/logging/RestFBLogger.java +++ b/src/main/java/com/restfb/logging/RestFBLogger.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/logging/SLF4JLogger.java b/src/main/java/com/restfb/logging/SLF4JLogger.java index 5a4665c94..ecbe6a316 100644 --- a/src/main/java/com/restfb/logging/SLF4JLogger.java +++ b/src/main/java/com/restfb/logging/SLF4JLogger.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/package-info.java b/src/main/java/com/restfb/package-info.java index 898207c27..41cfd0c9a 100644 --- a/src/main/java/com/restfb/package-info.java +++ b/src/main/java/com/restfb/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/scope/FacebookPermissions.java b/src/main/java/com/restfb/scope/FacebookPermissions.java index 0221c92a6..e8910bae2 100644 --- a/src/main/java/com/restfb/scope/FacebookPermissions.java +++ b/src/main/java/com/restfb/scope/FacebookPermissions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/scope/ScopeBuilder.java b/src/main/java/com/restfb/scope/ScopeBuilder.java index df798a50f..4919f1a76 100644 --- a/src/main/java/com/restfb/scope/ScopeBuilder.java +++ b/src/main/java/com/restfb/scope/ScopeBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/CachedDateFormatStrategy.java b/src/main/java/com/restfb/util/CachedDateFormatStrategy.java index cb958f9af..4046500c7 100644 --- a/src/main/java/com/restfb/util/CachedDateFormatStrategy.java +++ b/src/main/java/com/restfb/util/CachedDateFormatStrategy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/DateFormatStrategy.java b/src/main/java/com/restfb/util/DateFormatStrategy.java index 43e0cc83a..7cc718cc7 100644 --- a/src/main/java/com/restfb/util/DateFormatStrategy.java +++ b/src/main/java/com/restfb/util/DateFormatStrategy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/DateUtils.java b/src/main/java/com/restfb/util/DateUtils.java index 68014e83d..81c647d61 100644 --- a/src/main/java/com/restfb/util/DateUtils.java +++ b/src/main/java/com/restfb/util/DateUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/EncodingUtils.java b/src/main/java/com/restfb/util/EncodingUtils.java index d0f76c93a..579935d22 100644 --- a/src/main/java/com/restfb/util/EncodingUtils.java +++ b/src/main/java/com/restfb/util/EncodingUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/ObjectUtil.java b/src/main/java/com/restfb/util/ObjectUtil.java index 2355ebd42..af2fcdd56 100644 --- a/src/main/java/com/restfb/util/ObjectUtil.java +++ b/src/main/java/com/restfb/util/ObjectUtil.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/ReflectionUtils.java b/src/main/java/com/restfb/util/ReflectionUtils.java index 9fff058d8..2ed0aaa0a 100644 --- a/src/main/java/com/restfb/util/ReflectionUtils.java +++ b/src/main/java/com/restfb/util/ReflectionUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/SimpleDateFormatStrategy.java b/src/main/java/com/restfb/util/SimpleDateFormatStrategy.java index e64cc38f1..d82ddc51d 100644 --- a/src/main/java/com/restfb/util/SimpleDateFormatStrategy.java +++ b/src/main/java/com/restfb/util/SimpleDateFormatStrategy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/SoftHashMap.java b/src/main/java/com/restfb/util/SoftHashMap.java index e5a42542c..8605db9bb 100644 --- a/src/main/java/com/restfb/util/SoftHashMap.java +++ b/src/main/java/com/restfb/util/SoftHashMap.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/StringJsonUtils.java b/src/main/java/com/restfb/util/StringJsonUtils.java index 50278a3f9..e80595820 100644 --- a/src/main/java/com/restfb/util/StringJsonUtils.java +++ b/src/main/java/com/restfb/util/StringJsonUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/StringUtils.java b/src/main/java/com/restfb/util/StringUtils.java index d17e54425..4b4b08f1e 100644 --- a/src/main/java/com/restfb/util/StringUtils.java +++ b/src/main/java/com/restfb/util/StringUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/UrlUtils.java b/src/main/java/com/restfb/util/UrlUtils.java index 99a7f8b7e..7c7d6037e 100644 --- a/src/main/java/com/restfb/util/UrlUtils.java +++ b/src/main/java/com/restfb/util/UrlUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/util/package-info.java b/src/main/java/com/restfb/util/package-info.java index cbe0078b9..50134eef6 100644 --- a/src/main/java/com/restfb/util/package-info.java +++ b/src/main/java/com/restfb/util/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/webhook/AbstractWebhookChangeListener.java b/src/main/java/com/restfb/webhook/AbstractWebhookChangeListener.java index fadea005e..a5b7204cc 100644 --- a/src/main/java/com/restfb/webhook/AbstractWebhookChangeListener.java +++ b/src/main/java/com/restfb/webhook/AbstractWebhookChangeListener.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/webhook/AbstractWebhookMessagingListener.java b/src/main/java/com/restfb/webhook/AbstractWebhookMessagingListener.java index e34592a2c..a721e5e1d 100644 --- a/src/main/java/com/restfb/webhook/AbstractWebhookMessagingListener.java +++ b/src/main/java/com/restfb/webhook/AbstractWebhookMessagingListener.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/webhook/Webhook.java b/src/main/java/com/restfb/webhook/Webhook.java index 1f503ddcc..19b596bae 100644 --- a/src/main/java/com/restfb/webhook/Webhook.java +++ b/src/main/java/com/restfb/webhook/Webhook.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/webhook/WebhookChangeListener.java b/src/main/java/com/restfb/webhook/WebhookChangeListener.java index acc43d2ae..d5be94172 100644 --- a/src/main/java/com/restfb/webhook/WebhookChangeListener.java +++ b/src/main/java/com/restfb/webhook/WebhookChangeListener.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/com/restfb/webhook/WebhookMessagingListener.java b/src/main/java/com/restfb/webhook/WebhookMessagingListener.java index 90b239f1d..0bad1332f 100644 --- a/src/main/java/com/restfb/webhook/WebhookMessagingListener.java +++ b/src/main/java/com/restfb/webhook/WebhookMessagingListener.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/BinaryAttachment.java b/src/main/lombok/com/restfb/BinaryAttachment.java index 96ea63e02..5115a7794 100644 --- a/src/main/lombok/com/restfb/BinaryAttachment.java +++ b/src/main/lombok/com/restfb/BinaryAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/DebugHeaderInfo.java b/src/main/lombok/com/restfb/DebugHeaderInfo.java index 7d9f90c81..f923dc680 100644 --- a/src/main/lombok/com/restfb/DebugHeaderInfo.java +++ b/src/main/lombok/com/restfb/DebugHeaderInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/AbstractFacebookType.java b/src/main/lombok/com/restfb/types/AbstractFacebookType.java index 156313bef..edddecb24 100644 --- a/src/main/lombok/com/restfb/types/AbstractFacebookType.java +++ b/src/main/lombok/com/restfb/types/AbstractFacebookType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Account.java b/src/main/lombok/com/restfb/types/Account.java index 4a433e1b6..dc55417a6 100644 --- a/src/main/lombok/com/restfb/types/Account.java +++ b/src/main/lombok/com/restfb/types/Account.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Album.java b/src/main/lombok/com/restfb/types/Album.java index b7dbc64f1..053e6d721 100644 --- a/src/main/lombok/com/restfb/types/Album.java +++ b/src/main/lombok/com/restfb/types/Album.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/AppRequest.java b/src/main/lombok/com/restfb/types/AppRequest.java index 49071f7d3..dff916403 100644 --- a/src/main/lombok/com/restfb/types/AppRequest.java +++ b/src/main/lombok/com/restfb/types/AppRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Application.java b/src/main/lombok/com/restfb/types/Application.java index 38cdd7a3c..b15edc9e4 100644 --- a/src/main/lombok/com/restfb/types/Application.java +++ b/src/main/lombok/com/restfb/types/Application.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/CategorizedFacebookType.java b/src/main/lombok/com/restfb/types/CategorizedFacebookType.java index 2438d5d24..85e3b7f03 100644 --- a/src/main/lombok/com/restfb/types/CategorizedFacebookType.java +++ b/src/main/lombok/com/restfb/types/CategorizedFacebookType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Category.java b/src/main/lombok/com/restfb/types/Category.java index f3b80f7e9..56ff6879b 100644 --- a/src/main/lombok/com/restfb/types/Category.java +++ b/src/main/lombok/com/restfb/types/Category.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Checkin.java b/src/main/lombok/com/restfb/types/Checkin.java index 7ab55c91e..7b7309d8f 100644 --- a/src/main/lombok/com/restfb/types/Checkin.java +++ b/src/main/lombok/com/restfb/types/Checkin.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Comment.java b/src/main/lombok/com/restfb/types/Comment.java index afa2213cb..03d21c700 100644 --- a/src/main/lombok/com/restfb/types/Comment.java +++ b/src/main/lombok/com/restfb/types/Comment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Comments.java b/src/main/lombok/com/restfb/types/Comments.java index eb684ede3..34b39b6eb 100644 --- a/src/main/lombok/com/restfb/types/Comments.java +++ b/src/main/lombok/com/restfb/types/Comments.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Conversation.java b/src/main/lombok/com/restfb/types/Conversation.java index 4ad4447d5..7e7846472 100644 --- a/src/main/lombok/com/restfb/types/Conversation.java +++ b/src/main/lombok/com/restfb/types/Conversation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/CopyrightReferenceContainer.java b/src/main/lombok/com/restfb/types/CopyrightReferenceContainer.java index dfd2b2b5d..f21b9c14f 100644 --- a/src/main/lombok/com/restfb/types/CopyrightReferenceContainer.java +++ b/src/main/lombok/com/restfb/types/CopyrightReferenceContainer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/CoverPhoto.java b/src/main/lombok/com/restfb/types/CoverPhoto.java index 97b9c05b5..9efeacb15 100644 --- a/src/main/lombok/com/restfb/types/CoverPhoto.java +++ b/src/main/lombok/com/restfb/types/CoverPhoto.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/DeAuth.java b/src/main/lombok/com/restfb/types/DeAuth.java index 264ce0a7d..0beacc076 100644 --- a/src/main/lombok/com/restfb/types/DeAuth.java +++ b/src/main/lombok/com/restfb/types/DeAuth.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/DeviceCode.java b/src/main/lombok/com/restfb/types/DeviceCode.java index d8c8458c4..61a588e12 100644 --- a/src/main/lombok/com/restfb/types/DeviceCode.java +++ b/src/main/lombok/com/restfb/types/DeviceCode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/EntityAtTextRange.java b/src/main/lombok/com/restfb/types/EntityAtTextRange.java index d8dd2550e..f0ff2d4d1 100644 --- a/src/main/lombok/com/restfb/types/EntityAtTextRange.java +++ b/src/main/lombok/com/restfb/types/EntityAtTextRange.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Event.java b/src/main/lombok/com/restfb/types/Event.java index 66ef088fb..e89f5a0b5 100644 --- a/src/main/lombok/com/restfb/types/Event.java +++ b/src/main/lombok/com/restfb/types/Event.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/FacebookType.java b/src/main/lombok/com/restfb/types/FacebookType.java index 9cbea70d5..d1e1561eb 100644 --- a/src/main/lombok/com/restfb/types/FacebookType.java +++ b/src/main/lombok/com/restfb/types/FacebookType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/FriendList.java b/src/main/lombok/com/restfb/types/FriendList.java index 4d84fe6d2..12d0079e9 100644 --- a/src/main/lombok/com/restfb/types/FriendList.java +++ b/src/main/lombok/com/restfb/types/FriendList.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/GraphResponse.java b/src/main/lombok/com/restfb/types/GraphResponse.java index dc44882a8..2360a383d 100644 --- a/src/main/lombok/com/restfb/types/GraphResponse.java +++ b/src/main/lombok/com/restfb/types/GraphResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Group.java b/src/main/lombok/com/restfb/types/Group.java index 071b74edd..23b83ee7e 100644 --- a/src/main/lombok/com/restfb/types/Group.java +++ b/src/main/lombok/com/restfb/types/Group.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Hours.java b/src/main/lombok/com/restfb/types/Hours.java index ea26db520..d4e681911 100644 --- a/src/main/lombok/com/restfb/types/Hours.java +++ b/src/main/lombok/com/restfb/types/Hours.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Insight.java b/src/main/lombok/com/restfb/types/Insight.java index 9465248b8..38ef4114f 100644 --- a/src/main/lombok/com/restfb/types/Insight.java +++ b/src/main/lombok/com/restfb/types/Insight.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/InstagramUser.java b/src/main/lombok/com/restfb/types/InstagramUser.java index 68badffc6..30c845c83 100644 --- a/src/main/lombok/com/restfb/types/InstagramUser.java +++ b/src/main/lombok/com/restfb/types/InstagramUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Likes.java b/src/main/lombok/com/restfb/types/Likes.java index 9b731b0f0..80bd6c259 100644 --- a/src/main/lombok/com/restfb/types/Likes.java +++ b/src/main/lombok/com/restfb/types/Likes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Link.java b/src/main/lombok/com/restfb/types/Link.java index c36a9b682..0e96e3737 100644 --- a/src/main/lombok/com/restfb/types/Link.java +++ b/src/main/lombok/com/restfb/types/Link.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/LiveVideo.java b/src/main/lombok/com/restfb/types/LiveVideo.java index f290cefa1..b0e5508c5 100644 --- a/src/main/lombok/com/restfb/types/LiveVideo.java +++ b/src/main/lombok/com/restfb/types/LiveVideo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Location.java b/src/main/lombok/com/restfb/types/Location.java index 6de1807e2..3d42c143e 100644 --- a/src/main/lombok/com/restfb/types/Location.java +++ b/src/main/lombok/com/restfb/types/Location.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Message.java b/src/main/lombok/com/restfb/types/Message.java index 8f224f5d8..58dffe580 100644 --- a/src/main/lombok/com/restfb/types/Message.java +++ b/src/main/lombok/com/restfb/types/Message.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/MessageTag.java b/src/main/lombok/com/restfb/types/MessageTag.java index 52cbbedcf..8f69c8fc8 100644 --- a/src/main/lombok/com/restfb/types/MessageTag.java +++ b/src/main/lombok/com/restfb/types/MessageTag.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Milestone.java b/src/main/lombok/com/restfb/types/Milestone.java index afb638007..886b2fa78 100644 --- a/src/main/lombok/com/restfb/types/Milestone.java +++ b/src/main/lombok/com/restfb/types/Milestone.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/MusicVideoCopyright.java b/src/main/lombok/com/restfb/types/MusicVideoCopyright.java index db1b558d1..533750dbc 100644 --- a/src/main/lombok/com/restfb/types/MusicVideoCopyright.java +++ b/src/main/lombok/com/restfb/types/MusicVideoCopyright.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/NamedFacebookType.java b/src/main/lombok/com/restfb/types/NamedFacebookType.java index 2abb778ef..d50011d15 100644 --- a/src/main/lombok/com/restfb/types/NamedFacebookType.java +++ b/src/main/lombok/com/restfb/types/NamedFacebookType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Note.java b/src/main/lombok/com/restfb/types/Note.java index 105cd1c4e..79d8b3b88 100644 --- a/src/main/lombok/com/restfb/types/Note.java +++ b/src/main/lombok/com/restfb/types/Note.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Notification.java b/src/main/lombok/com/restfb/types/Notification.java index 5b7c73a8e..d5456045d 100644 --- a/src/main/lombok/com/restfb/types/Notification.java +++ b/src/main/lombok/com/restfb/types/Notification.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/OpenGraphActionType.java b/src/main/lombok/com/restfb/types/OpenGraphActionType.java index 8a2da1c6f..d30ff1495 100644 --- a/src/main/lombok/com/restfb/types/OpenGraphActionType.java +++ b/src/main/lombok/com/restfb/types/OpenGraphActionType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/OpenGraphObjectType.java b/src/main/lombok/com/restfb/types/OpenGraphObjectType.java index 62906547b..6bbfdaa59 100644 --- a/src/main/lombok/com/restfb/types/OpenGraphObjectType.java +++ b/src/main/lombok/com/restfb/types/OpenGraphObjectType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/OpenGraphPropertyConfig.java b/src/main/lombok/com/restfb/types/OpenGraphPropertyConfig.java index 0d7278f52..39b683f7f 100644 --- a/src/main/lombok/com/restfb/types/OpenGraphPropertyConfig.java +++ b/src/main/lombok/com/restfb/types/OpenGraphPropertyConfig.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/OpenGraphRating.java b/src/main/lombok/com/restfb/types/OpenGraphRating.java index daf1cd100..863da0551 100644 --- a/src/main/lombok/com/restfb/types/OpenGraphRating.java +++ b/src/main/lombok/com/restfb/types/OpenGraphRating.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Page.java b/src/main/lombok/com/restfb/types/Page.java index d7d78d041..7c680f56e 100644 --- a/src/main/lombok/com/restfb/types/Page.java +++ b/src/main/lombok/com/restfb/types/Page.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageAdminNote.java b/src/main/lombok/com/restfb/types/PageAdminNote.java index bb3426676..1933f317b 100644 --- a/src/main/lombok/com/restfb/types/PageAdminNote.java +++ b/src/main/lombok/com/restfb/types/PageAdminNote.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageCallToAction.java b/src/main/lombok/com/restfb/types/PageCallToAction.java index b1d84cfa1..d527afc8f 100644 --- a/src/main/lombok/com/restfb/types/PageCallToAction.java +++ b/src/main/lombok/com/restfb/types/PageCallToAction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageConnection.java b/src/main/lombok/com/restfb/types/PageConnection.java index 782568645..319ef5f74 100644 --- a/src/main/lombok/com/restfb/types/PageConnection.java +++ b/src/main/lombok/com/restfb/types/PageConnection.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageLabel.java b/src/main/lombok/com/restfb/types/PageLabel.java index 3f663f134..630ae1ef8 100644 --- a/src/main/lombok/com/restfb/types/PageLabel.java +++ b/src/main/lombok/com/restfb/types/PageLabel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageLifeEvent.java b/src/main/lombok/com/restfb/types/PageLifeEvent.java index eb9f4fe16..8154f761e 100644 --- a/src/main/lombok/com/restfb/types/PageLifeEvent.java +++ b/src/main/lombok/com/restfb/types/PageLifeEvent.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageRating.java b/src/main/lombok/com/restfb/types/PageRating.java index 06b558462..bf16c98a5 100644 --- a/src/main/lombok/com/restfb/types/PageRating.java +++ b/src/main/lombok/com/restfb/types/PageRating.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PageTab.java b/src/main/lombok/com/restfb/types/PageTab.java index 05a94e5f1..7bd26dc80 100644 --- a/src/main/lombok/com/restfb/types/PageTab.java +++ b/src/main/lombok/com/restfb/types/PageTab.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Payment.java b/src/main/lombok/com/restfb/types/Payment.java index 0bda811aa..25e6dd720 100644 --- a/src/main/lombok/com/restfb/types/Payment.java +++ b/src/main/lombok/com/restfb/types/Payment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Photo.java b/src/main/lombok/com/restfb/types/Photo.java index 900c6aaf6..316f25d23 100644 --- a/src/main/lombok/com/restfb/types/Photo.java +++ b/src/main/lombok/com/restfb/types/Photo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Place.java b/src/main/lombok/com/restfb/types/Place.java index c6a0884b7..b3c31fc96 100644 --- a/src/main/lombok/com/restfb/types/Place.java +++ b/src/main/lombok/com/restfb/types/Place.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PlaceTag.java b/src/main/lombok/com/restfb/types/PlaceTag.java index ac23a01f5..d82ef5723 100644 --- a/src/main/lombok/com/restfb/types/PlaceTag.java +++ b/src/main/lombok/com/restfb/types/PlaceTag.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Post.java b/src/main/lombok/com/restfb/types/Post.java index e18e65685..ba3ba47d7 100644 --- a/src/main/lombok/com/restfb/types/Post.java +++ b/src/main/lombok/com/restfb/types/Post.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/PostCallToAction.java b/src/main/lombok/com/restfb/types/PostCallToAction.java index 6f2ff3f94..f5f06db12 100644 --- a/src/main/lombok/com/restfb/types/PostCallToAction.java +++ b/src/main/lombok/com/restfb/types/PostCallToAction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Privacy.java b/src/main/lombok/com/restfb/types/Privacy.java index c1719c03d..50334050c 100644 --- a/src/main/lombok/com/restfb/types/Privacy.java +++ b/src/main/lombok/com/restfb/types/Privacy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ProfilePictureSource.java b/src/main/lombok/com/restfb/types/ProfilePictureSource.java index 2112e5cdf..30320490c 100644 --- a/src/main/lombok/com/restfb/types/ProfilePictureSource.java +++ b/src/main/lombok/com/restfb/types/ProfilePictureSource.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ProjectExperience.java b/src/main/lombok/com/restfb/types/ProjectExperience.java index d213a9bbc..0ba8c970e 100644 --- a/src/main/lombok/com/restfb/types/ProjectExperience.java +++ b/src/main/lombok/com/restfb/types/ProjectExperience.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Reactions.java b/src/main/lombok/com/restfb/types/Reactions.java index e10a013fc..0a2d53f3e 100644 --- a/src/main/lombok/com/restfb/types/Reactions.java +++ b/src/main/lombok/com/restfb/types/Reactions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/RecommendationType.java b/src/main/lombok/com/restfb/types/RecommendationType.java index d253f5a30..ba33f8696 100644 --- a/src/main/lombok/com/restfb/types/RecommendationType.java +++ b/src/main/lombok/com/restfb/types/RecommendationType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ResumableUploadStartResponse.java b/src/main/lombok/com/restfb/types/ResumableUploadStartResponse.java index bb03f14f0..48f34d2f8 100644 --- a/src/main/lombok/com/restfb/types/ResumableUploadStartResponse.java +++ b/src/main/lombok/com/restfb/types/ResumableUploadStartResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ResumableUploadTransferResponse.java b/src/main/lombok/com/restfb/types/ResumableUploadTransferResponse.java index 3a9148342..b3b8d32f1 100644 --- a/src/main/lombok/com/restfb/types/ResumableUploadTransferResponse.java +++ b/src/main/lombok/com/restfb/types/ResumableUploadTransferResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Review.java b/src/main/lombok/com/restfb/types/Review.java index b4e786e37..33046c096 100644 --- a/src/main/lombok/com/restfb/types/Review.java +++ b/src/main/lombok/com/restfb/types/Review.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/SavedMessageResponse.java b/src/main/lombok/com/restfb/types/SavedMessageResponse.java index c243f1d44..c248a801c 100644 --- a/src/main/lombok/com/restfb/types/SavedMessageResponse.java +++ b/src/main/lombok/com/restfb/types/SavedMessageResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/SearchPlace.java b/src/main/lombok/com/restfb/types/SearchPlace.java index 8a09a0305..7660439be 100644 --- a/src/main/lombok/com/restfb/types/SearchPlace.java +++ b/src/main/lombok/com/restfb/types/SearchPlace.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/StatusMessage.java b/src/main/lombok/com/restfb/types/StatusMessage.java index 99625f749..d6d20de26 100644 --- a/src/main/lombok/com/restfb/types/StatusMessage.java +++ b/src/main/lombok/com/restfb/types/StatusMessage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/StoryAttachment.java b/src/main/lombok/com/restfb/types/StoryAttachment.java index 54e7040aa..97f683673 100644 --- a/src/main/lombok/com/restfb/types/StoryAttachment.java +++ b/src/main/lombok/com/restfb/types/StoryAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Subscription.java b/src/main/lombok/com/restfb/types/Subscription.java index 7cdb98908..f512e2a2a 100644 --- a/src/main/lombok/com/restfb/types/Subscription.java +++ b/src/main/lombok/com/restfb/types/Subscription.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/TestUser.java b/src/main/lombok/com/restfb/types/TestUser.java index efa0bd6e4..87ce73818 100644 --- a/src/main/lombok/com/restfb/types/TestUser.java +++ b/src/main/lombok/com/restfb/types/TestUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Thread.java b/src/main/lombok/com/restfb/types/Thread.java index 3cdf8e913..2b4786ead 100644 --- a/src/main/lombok/com/restfb/types/Thread.java +++ b/src/main/lombok/com/restfb/types/Thread.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Translation.java b/src/main/lombok/com/restfb/types/Translation.java index eaaeb1bcb..41e4a2dde 100644 --- a/src/main/lombok/com/restfb/types/Translation.java +++ b/src/main/lombok/com/restfb/types/Translation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Url.java b/src/main/lombok/com/restfb/types/Url.java index 88de3c491..af85b3b54 100644 --- a/src/main/lombok/com/restfb/types/Url.java +++ b/src/main/lombok/com/restfb/types/Url.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/User.java b/src/main/lombok/com/restfb/types/User.java index 294f8cff5..c2f42e39d 100644 --- a/src/main/lombok/com/restfb/types/User.java +++ b/src/main/lombok/com/restfb/types/User.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/UserIDForApp.java b/src/main/lombok/com/restfb/types/UserIDForApp.java index b5de37387..1275edce6 100644 --- a/src/main/lombok/com/restfb/types/UserIDForApp.java +++ b/src/main/lombok/com/restfb/types/UserIDForApp.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/UserIDForPage.java b/src/main/lombok/com/restfb/types/UserIDForPage.java index 25cad54fa..9691bb5b6 100644 --- a/src/main/lombok/com/restfb/types/UserIDForPage.java +++ b/src/main/lombok/com/restfb/types/UserIDForPage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/UserInvitableFriend.java b/src/main/lombok/com/restfb/types/UserInvitableFriend.java index 6a2dc81e1..d6e1da098 100644 --- a/src/main/lombok/com/restfb/types/UserInvitableFriend.java +++ b/src/main/lombok/com/restfb/types/UserInvitableFriend.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/UserPermission.java b/src/main/lombok/com/restfb/types/UserPermission.java index 700701236..cbdc01824 100644 --- a/src/main/lombok/com/restfb/types/UserPermission.java +++ b/src/main/lombok/com/restfb/types/UserPermission.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/UserProfile.java b/src/main/lombok/com/restfb/types/UserProfile.java index e3981d600..9adaf1f06 100644 --- a/src/main/lombok/com/restfb/types/UserProfile.java +++ b/src/main/lombok/com/restfb/types/UserProfile.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/Video.java b/src/main/lombok/com/restfb/types/Video.java index d97203878..2f7c848ad 100644 --- a/src/main/lombok/com/restfb/types/Video.java +++ b/src/main/lombok/com/restfb/types/Video.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/VideoCaption.java b/src/main/lombok/com/restfb/types/VideoCaption.java index f679711cb..97cb33fcc 100644 --- a/src/main/lombok/com/restfb/types/VideoCaption.java +++ b/src/main/lombok/com/restfb/types/VideoCaption.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/VideoCopyright.java b/src/main/lombok/com/restfb/types/VideoCopyright.java index 8c8b86db4..833b9d355 100644 --- a/src/main/lombok/com/restfb/types/VideoCopyright.java +++ b/src/main/lombok/com/restfb/types/VideoCopyright.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/VideoCopyrightRule.java b/src/main/lombok/com/restfb/types/VideoCopyrightRule.java index d99992b85..9193d8d05 100644 --- a/src/main/lombok/com/restfb/types/VideoCopyrightRule.java +++ b/src/main/lombok/com/restfb/types/VideoCopyrightRule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/VideoList.java b/src/main/lombok/com/restfb/types/VideoList.java index df7c66746..b93ea877e 100644 --- a/src/main/lombok/com/restfb/types/VideoList.java +++ b/src/main/lombok/com/restfb/types/VideoList.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/VideoPoll.java b/src/main/lombok/com/restfb/types/VideoPoll.java index 61eb004a1..3dd3cbc71 100644 --- a/src/main/lombok/com/restfb/types/VideoPoll.java +++ b/src/main/lombok/com/restfb/types/VideoPoll.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/WorkExperience.java b/src/main/lombok/com/restfb/types/WorkExperience.java index cb10fe2d5..a4f9e0497 100644 --- a/src/main/lombok/com/restfb/types/WorkExperience.java +++ b/src/main/lombok/com/restfb/types/WorkExperience.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AbstractAdAssetFeedSpec.java b/src/main/lombok/com/restfb/types/ads/AbstractAdAssetFeedSpec.java index bbc5e1173..1bb27a18d 100644 --- a/src/main/lombok/com/restfb/types/ads/AbstractAdAssetFeedSpec.java +++ b/src/main/lombok/com/restfb/types/ads/AbstractAdAssetFeedSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AbstractMobileAppLink.java b/src/main/lombok/com/restfb/types/ads/AbstractMobileAppLink.java index 60531775b..3a1581211 100644 --- a/src/main/lombok/com/restfb/types/ads/AbstractMobileAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/AbstractMobileAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AbstractTargetingGeoLocation.java b/src/main/lombok/com/restfb/types/ads/AbstractTargetingGeoLocation.java index 7c095d9ed..d7c1eba88 100644 --- a/src/main/lombok/com/restfb/types/ads/AbstractTargetingGeoLocation.java +++ b/src/main/lombok/com/restfb/types/ads/AbstractTargetingGeoLocation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AbstractUrlAppLink.java b/src/main/lombok/com/restfb/types/ads/AbstractUrlAppLink.java index eecd7fb5f..d5363a084 100644 --- a/src/main/lombok/com/restfb/types/ads/AbstractUrlAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/AbstractUrlAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Ad.java b/src/main/lombok/com/restfb/types/ads/Ad.java index 3859efc14..395842b9b 100644 --- a/src/main/lombok/com/restfb/types/ads/Ad.java +++ b/src/main/lombok/com/restfb/types/ads/Ad.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccount.java b/src/main/lombok/com/restfb/types/ads/AdAccount.java index 58cfeae17..1e97ec879 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccount.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccount.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountActivity.java b/src/main/lombok/com/restfb/types/ads/AdAccountActivity.java index 543941ac6..7f14b6e7a 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountActivity.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountActivity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountCreationRequest.java b/src/main/lombok/com/restfb/types/ads/AdAccountCreationRequest.java index 2f447d423..fb2f6d8ef 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountCreationRequest.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountCreationRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountGroup.java b/src/main/lombok/com/restfb/types/ads/AdAccountGroup.java index 2aa506481..689138312 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountGroup.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountGroup.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountGroupAccount.java b/src/main/lombok/com/restfb/types/ads/AdAccountGroupAccount.java index 467f4a93e..bead71954 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountGroupAccount.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountGroupAccount.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountGroupUser.java b/src/main/lombok/com/restfb/types/ads/AdAccountGroupUser.java index 975e7d780..856b1e21e 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountGroupUser.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountGroupUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountPromotableObjects.java b/src/main/lombok/com/restfb/types/ads/AdAccountPromotableObjects.java index 904387e5b..8bdea85a3 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountPromotableObjects.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountPromotableObjects.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAccountTargetingInsights.java b/src/main/lombok/com/restfb/types/ads/AdAccountTargetingInsights.java index 44a9693a3..b6c3ebd33 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAccountTargetingInsights.java +++ b/src/main/lombok/com/restfb/types/ads/AdAccountTargetingInsights.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedAdditionalData.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedAdditionalData.java index 699b1249e..6eba37820 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedAdditionalData.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedAdditionalData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpec.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpec.java index 85532462c..10a8bbef4 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpec.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecAssetLabel.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecAssetLabel.java index c156d370a..4553dfded 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecAssetLabel.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecAssetLabel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecBody.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecBody.java index 31f11ddd9..6ee51e9b2 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecBody.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecBody.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecCaption.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecCaption.java index b75b5eb94..7ff617f65 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecCaption.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecCaption.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecDescription.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecDescription.java index d7b59e454..8719697fc 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecDescription.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecDescription.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecGroupRule.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecGroupRule.java index d7cc7261f..8d391d4b7 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecGroupRule.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecGroupRule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecImage.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecImage.java index 247273382..96d1e70d7 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecImage.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecImage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecLinkURL.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecLinkURL.java index d0200928e..efb5e9a7c 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecLinkURL.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecLinkURL.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecTitle.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecTitle.java index 650648b4a..083f81bff 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecTitle.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecTitle.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecVideo.java b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecVideo.java index 6a38c52c0..6ee49b27b 100644 --- a/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecVideo.java +++ b/src/main/lombok/com/restfb/types/ads/AdAssetFeedSpecVideo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdBidAdjustments.java b/src/main/lombok/com/restfb/types/ads/AdBidAdjustments.java index 27ae3bf72..0b2935e95 100644 --- a/src/main/lombok/com/restfb/types/ads/AdBidAdjustments.java +++ b/src/main/lombok/com/restfb/types/ads/AdBidAdjustments.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCampaignBidConstraint.java b/src/main/lombok/com/restfb/types/ads/AdCampaignBidConstraint.java index 19d5e0253..b8fb3c173 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCampaignBidConstraint.java +++ b/src/main/lombok/com/restfb/types/ads/AdCampaignBidConstraint.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCampaignFrequencyControlSpecs.java b/src/main/lombok/com/restfb/types/ads/AdCampaignFrequencyControlSpecs.java index 6544233bd..17ad3e237 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCampaignFrequencyControlSpecs.java +++ b/src/main/lombok/com/restfb/types/ads/AdCampaignFrequencyControlSpecs.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCampaignGroup.java b/src/main/lombok/com/restfb/types/ads/AdCampaignGroup.java index 147dbcc25..0b6885a4c 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCampaignGroup.java +++ b/src/main/lombok/com/restfb/types/ads/AdCampaignGroup.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCampaignIssuesInfo.java b/src/main/lombok/com/restfb/types/ads/AdCampaignIssuesInfo.java index 808073346..0c6a73c4f 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCampaignIssuesInfo.java +++ b/src/main/lombok/com/restfb/types/ads/AdCampaignIssuesInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdConversionPixel.java b/src/main/lombok/com/restfb/types/ads/AdConversionPixel.java index e9bc5056b..b9f927202 100644 --- a/src/main/lombok/com/restfb/types/ads/AdConversionPixel.java +++ b/src/main/lombok/com/restfb/types/ads/AdConversionPixel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreative.java b/src/main/lombok/com/restfb/types/ads/AdCreative.java index 4b0b5380c..55ec91c35 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreative.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreative.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeInteractiveComponentsSpec.java b/src/main/lombok/com/restfb/types/ads/AdCreativeInteractiveComponentsSpec.java index c2b8e8674..f796c7496 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeInteractiveComponentsSpec.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeInteractiveComponentsSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkData.java b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkData.java index 58f541cd4..989cec887 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataAppLinkSpec.java b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataAppLinkSpec.java index 7fab376c9..ab6134b43 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataAppLinkSpec.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataAppLinkSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToAction.java b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToAction.java index da01e3893..f2c6c8002 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToAction.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToAction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToActionValue.java b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToActionValue.java index 3d026b390..ec4c43658 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToActionValue.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataCallToActionValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataChildAttachment.java b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataChildAttachment.java index db399b00b..d13939577 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataChildAttachment.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeLinkDataChildAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeObjectStorySpec.java b/src/main/lombok/com/restfb/types/ads/AdCreativeObjectStorySpec.java index be1dfab2c..143b1da00 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeObjectStorySpec.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeObjectStorySpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeOfferData.java b/src/main/lombok/com/restfb/types/ads/AdCreativeOfferData.java index a749b84b4..229819955 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeOfferData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeOfferData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativePhotoData.java b/src/main/lombok/com/restfb/types/ads/AdCreativePhotoData.java index 854ec8cae..a459cbbbc 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativePhotoData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativePhotoData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativePlaceData.java b/src/main/lombok/com/restfb/types/ads/AdCreativePlaceData.java index 073ce687d..414ee17db 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativePlaceData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativePlaceData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativePostClickConfiguration.java b/src/main/lombok/com/restfb/types/ads/AdCreativePostClickConfiguration.java index 8bbc15b65..9f5fbc7d2 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativePostClickConfiguration.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativePostClickConfiguration.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeTextData.java b/src/main/lombok/com/restfb/types/ads/AdCreativeTextData.java index 480a7733d..37bf36c20 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeTextData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeTextData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdCreativeVideoData.java b/src/main/lombok/com/restfb/types/ads/AdCreativeVideoData.java index d5afb0f86..554c05bbf 100644 --- a/src/main/lombok/com/restfb/types/ads/AdCreativeVideoData.java +++ b/src/main/lombok/com/restfb/types/ads/AdCreativeVideoData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdDeliveryCheck.java b/src/main/lombok/com/restfb/types/ads/AdDeliveryCheck.java index 7afa24836..9778e2997 100644 --- a/src/main/lombok/com/restfb/types/ads/AdDeliveryCheck.java +++ b/src/main/lombok/com/restfb/types/ads/AdDeliveryCheck.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdDynamicCreative.java b/src/main/lombok/com/restfb/types/ads/AdDynamicCreative.java index f5552d55f..0fe6ac24d 100644 --- a/src/main/lombok/com/restfb/types/ads/AdDynamicCreative.java +++ b/src/main/lombok/com/restfb/types/ads/AdDynamicCreative.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdGroup.java b/src/main/lombok/com/restfb/types/ads/AdGroup.java index d5b663e0d..86d0d8bc2 100644 --- a/src/main/lombok/com/restfb/types/ads/AdGroup.java +++ b/src/main/lombok/com/restfb/types/ads/AdGroup.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdImage.java b/src/main/lombok/com/restfb/types/ads/AdImage.java index 26d518d00..3fa803646 100644 --- a/src/main/lombok/com/restfb/types/ads/AdImage.java +++ b/src/main/lombok/com/restfb/types/ads/AdImage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdKeywordStats.java b/src/main/lombok/com/restfb/types/ads/AdKeywordStats.java index 460c65211..a4a31de03 100644 --- a/src/main/lombok/com/restfb/types/ads/AdKeywordStats.java +++ b/src/main/lombok/com/restfb/types/ads/AdKeywordStats.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdKeywords.java b/src/main/lombok/com/restfb/types/ads/AdKeywords.java index 031278892..d3bff638d 100644 --- a/src/main/lombok/com/restfb/types/ads/AdKeywords.java +++ b/src/main/lombok/com/restfb/types/ads/AdKeywords.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdLabel.java b/src/main/lombok/com/restfb/types/ads/AdLabel.java index 0b11721c9..61a3b37f9 100644 --- a/src/main/lombok/com/restfb/types/ads/AdLabel.java +++ b/src/main/lombok/com/restfb/types/ads/AdLabel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdPreview.java b/src/main/lombok/com/restfb/types/ads/AdPreview.java index 76aadcf6e..547d8906a 100644 --- a/src/main/lombok/com/restfb/types/ads/AdPreview.java +++ b/src/main/lombok/com/restfb/types/ads/AdPreview.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdPromotedObject.java b/src/main/lombok/com/restfb/types/ads/AdPromotedObject.java index c39f95245..9b9cac934 100644 --- a/src/main/lombok/com/restfb/types/ads/AdPromotedObject.java +++ b/src/main/lombok/com/restfb/types/ads/AdPromotedObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdRecommendation.java b/src/main/lombok/com/restfb/types/ads/AdRecommendation.java index 2f08c677b..8a635ffcc 100644 --- a/src/main/lombok/com/restfb/types/ads/AdRecommendation.java +++ b/src/main/lombok/com/restfb/types/ads/AdRecommendation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdRecommendationData.java b/src/main/lombok/com/restfb/types/ads/AdRecommendationData.java index 910b00384..b018195c3 100644 --- a/src/main/lombok/com/restfb/types/ads/AdRecommendationData.java +++ b/src/main/lombok/com/restfb/types/ads/AdRecommendationData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdReportRun.java b/src/main/lombok/com/restfb/types/ads/AdReportRun.java index bc092ef67..19d0efe8f 100644 --- a/src/main/lombok/com/restfb/types/ads/AdReportRun.java +++ b/src/main/lombok/com/restfb/types/ads/AdReportRun.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdSet.java b/src/main/lombok/com/restfb/types/ads/AdSet.java index cc655642e..01d100a3f 100644 --- a/src/main/lombok/com/restfb/types/ads/AdSet.java +++ b/src/main/lombok/com/restfb/types/ads/AdSet.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdStudy.java b/src/main/lombok/com/restfb/types/ads/AdStudy.java index f846ab638..ed83386f1 100644 --- a/src/main/lombok/com/restfb/types/ads/AdStudy.java +++ b/src/main/lombok/com/restfb/types/ads/AdStudy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdStudyCell.java b/src/main/lombok/com/restfb/types/ads/AdStudyCell.java index feef54c69..ee65dabfa 100644 --- a/src/main/lombok/com/restfb/types/ads/AdStudyCell.java +++ b/src/main/lombok/com/restfb/types/ads/AdStudyCell.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdStudyObjective.java b/src/main/lombok/com/restfb/types/ads/AdStudyObjective.java index b3487b261..d3a9be43f 100644 --- a/src/main/lombok/com/restfb/types/ads/AdStudyObjective.java +++ b/src/main/lombok/com/restfb/types/ads/AdStudyObjective.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdTag.java b/src/main/lombok/com/restfb/types/ads/AdTag.java index bed5d4082..f5160204b 100644 --- a/src/main/lombok/com/restfb/types/ads/AdTag.java +++ b/src/main/lombok/com/restfb/types/ads/AdTag.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdTransaction.java b/src/main/lombok/com/restfb/types/ads/AdTransaction.java index c3ff8564b..db656d705 100644 --- a/src/main/lombok/com/restfb/types/ads/AdTransaction.java +++ b/src/main/lombok/com/restfb/types/ads/AdTransaction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdUser.java b/src/main/lombok/com/restfb/types/ads/AdUser.java index 80ad85081..c50b8154e 100644 --- a/src/main/lombok/com/restfb/types/ads/AdUser.java +++ b/src/main/lombok/com/restfb/types/ads/AdUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdgroupIssuesInfo.java b/src/main/lombok/com/restfb/types/ads/AdgroupIssuesInfo.java index d3a570e94..7286aed7d 100644 --- a/src/main/lombok/com/restfb/types/ads/AdgroupIssuesInfo.java +++ b/src/main/lombok/com/restfb/types/ads/AdgroupIssuesInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdgroupPlacementSpecificReviewFeedback.java b/src/main/lombok/com/restfb/types/ads/AdgroupPlacementSpecificReviewFeedback.java index 697d331e7..35cda9e7c 100644 --- a/src/main/lombok/com/restfb/types/ads/AdgroupPlacementSpecificReviewFeedback.java +++ b/src/main/lombok/com/restfb/types/ads/AdgroupPlacementSpecificReviewFeedback.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdgroupReviewFeedback.java b/src/main/lombok/com/restfb/types/ads/AdgroupReviewFeedback.java index 79b577c2a..e8a3f7538 100644 --- a/src/main/lombok/com/restfb/types/ads/AdgroupReviewFeedback.java +++ b/src/main/lombok/com/restfb/types/ads/AdgroupReviewFeedback.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdsActionStats.java b/src/main/lombok/com/restfb/types/ads/AdsActionStats.java index a35b0d95b..c8124dd03 100644 --- a/src/main/lombok/com/restfb/types/ads/AdsActionStats.java +++ b/src/main/lombok/com/restfb/types/ads/AdsActionStats.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdsImageCrops.java b/src/main/lombok/com/restfb/types/ads/AdsImageCrops.java index 7b7ba3355..01560d6f1 100644 --- a/src/main/lombok/com/restfb/types/ads/AdsImageCrops.java +++ b/src/main/lombok/com/restfb/types/ads/AdsImageCrops.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdsPixel.java b/src/main/lombok/com/restfb/types/ads/AdsPixel.java index 161ea01d6..ede2c67b2 100644 --- a/src/main/lombok/com/restfb/types/ads/AdsPixel.java +++ b/src/main/lombok/com/restfb/types/ads/AdsPixel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdsPixelStats.java b/src/main/lombok/com/restfb/types/ads/AdsPixelStats.java index c6eddc1ca..6e92c00a2 100644 --- a/src/main/lombok/com/restfb/types/ads/AdsPixelStats.java +++ b/src/main/lombok/com/restfb/types/ads/AdsPixelStats.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AdsPixelStatsResult.java b/src/main/lombok/com/restfb/types/ads/AdsPixelStatsResult.java index bd306c3e1..6086b3343 100644 --- a/src/main/lombok/com/restfb/types/ads/AdsPixelStatsResult.java +++ b/src/main/lombok/com/restfb/types/ads/AdsPixelStatsResult.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AgencyClientDeclaration.java b/src/main/lombok/com/restfb/types/ads/AgencyClientDeclaration.java index 73df9f733..a44fb5f55 100644 --- a/src/main/lombok/com/restfb/types/ads/AgencyClientDeclaration.java +++ b/src/main/lombok/com/restfb/types/ads/AgencyClientDeclaration.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AndroidAppLink.java b/src/main/lombok/com/restfb/types/ads/AndroidAppLink.java index fa177bf72..7ab9b20f8 100644 --- a/src/main/lombok/com/restfb/types/ads/AndroidAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/AndroidAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/AppLinks.java b/src/main/lombok/com/restfb/types/ads/AppLinks.java index 2450142f8..c0dfaf56d 100644 --- a/src/main/lombok/com/restfb/types/ads/AppLinks.java +++ b/src/main/lombok/com/restfb/types/ads/AppLinks.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/BaseAdsObject.java b/src/main/lombok/com/restfb/types/ads/BaseAdsObject.java index be38547a2..9266ae40b 100644 --- a/src/main/lombok/com/restfb/types/ads/BaseAdsObject.java +++ b/src/main/lombok/com/restfb/types/ads/BaseAdsObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/BidStrategyEnum.java b/src/main/lombok/com/restfb/types/ads/BidStrategyEnum.java index 156d093b4..b40974648 100644 --- a/src/main/lombok/com/restfb/types/ads/BidStrategyEnum.java +++ b/src/main/lombok/com/restfb/types/ads/BidStrategyEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/BroadTargetingCategories.java b/src/main/lombok/com/restfb/types/ads/BroadTargetingCategories.java index e34e2b2f2..478daed2c 100644 --- a/src/main/lombok/com/restfb/types/ads/BroadTargetingCategories.java +++ b/src/main/lombok/com/restfb/types/ads/BroadTargetingCategories.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Business.java b/src/main/lombok/com/restfb/types/ads/Business.java index d77c46b01..052bdfcbc 100644 --- a/src/main/lombok/com/restfb/types/ads/Business.java +++ b/src/main/lombok/com/restfb/types/ads/Business.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Campaign.java b/src/main/lombok/com/restfb/types/ads/Campaign.java index 7b1812419..f7254d90a 100644 --- a/src/main/lombok/com/restfb/types/ads/Campaign.java +++ b/src/main/lombok/com/restfb/types/ads/Campaign.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ConversionActionQuery.java b/src/main/lombok/com/restfb/types/ads/ConversionActionQuery.java index 00b9edd24..90342a610 100644 --- a/src/main/lombok/com/restfb/types/ads/ConversionActionQuery.java +++ b/src/main/lombok/com/restfb/types/ads/ConversionActionQuery.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/CustomAudience.java b/src/main/lombok/com/restfb/types/ads/CustomAudience.java index 14af4bf82..c168ed5bf 100644 --- a/src/main/lombok/com/restfb/types/ads/CustomAudience.java +++ b/src/main/lombok/com/restfb/types/ads/CustomAudience.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/CustomAudienceDataSource.java b/src/main/lombok/com/restfb/types/ads/CustomAudienceDataSource.java index 247ffe4e8..aafd5e7cd 100644 --- a/src/main/lombok/com/restfb/types/ads/CustomAudienceDataSource.java +++ b/src/main/lombok/com/restfb/types/ads/CustomAudienceDataSource.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/CustomAudiencePermission.java b/src/main/lombok/com/restfb/types/ads/CustomAudiencePermission.java index 204d0c495..780ae39cd 100644 --- a/src/main/lombok/com/restfb/types/ads/CustomAudiencePermission.java +++ b/src/main/lombok/com/restfb/types/ads/CustomAudiencePermission.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/CustomAudienceStatus.java b/src/main/lombok/com/restfb/types/ads/CustomAudienceStatus.java index 8dba6a7e1..f9a8dcb7a 100644 --- a/src/main/lombok/com/restfb/types/ads/CustomAudienceStatus.java +++ b/src/main/lombok/com/restfb/types/ads/CustomAudienceStatus.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/DayPart.java b/src/main/lombok/com/restfb/types/ads/DayPart.java index e26795451..81780cdb5 100644 --- a/src/main/lombok/com/restfb/types/ads/DayPart.java +++ b/src/main/lombok/com/restfb/types/ads/DayPart.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/DeliveryCheck.java b/src/main/lombok/com/restfb/types/ads/DeliveryCheck.java index 11b259f8d..fc77f7c6a 100644 --- a/src/main/lombok/com/restfb/types/ads/DeliveryCheck.java +++ b/src/main/lombok/com/restfb/types/ads/DeliveryCheck.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/DeliveryCheckExtraInfo.java b/src/main/lombok/com/restfb/types/ads/DeliveryCheckExtraInfo.java index 6d9cc1fd0..710747e7b 100644 --- a/src/main/lombok/com/restfb/types/ads/DeliveryCheckExtraInfo.java +++ b/src/main/lombok/com/restfb/types/ads/DeliveryCheckExtraInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ExtendedCreditInvoiceGroup.java b/src/main/lombok/com/restfb/types/ads/ExtendedCreditInvoiceGroup.java index 3605e1338..385d6d86e 100644 --- a/src/main/lombok/com/restfb/types/ads/ExtendedCreditInvoiceGroup.java +++ b/src/main/lombok/com/restfb/types/ads/ExtendedCreditInvoiceGroup.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/FieldData.java b/src/main/lombok/com/restfb/types/ads/FieldData.java index 893060483..0e3eca174 100644 --- a/src/main/lombok/com/restfb/types/ads/FieldData.java +++ b/src/main/lombok/com/restfb/types/ads/FieldData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/FlexibleTargeting.java b/src/main/lombok/com/restfb/types/ads/FlexibleTargeting.java index 4f37ef69b..3bd57afcc 100644 --- a/src/main/lombok/com/restfb/types/ads/FlexibleTargeting.java +++ b/src/main/lombok/com/restfb/types/ads/FlexibleTargeting.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/FundingSourceDetails.java b/src/main/lombok/com/restfb/types/ads/FundingSourceDetails.java index 6559949c1..53a6d39a3 100644 --- a/src/main/lombok/com/restfb/types/ads/FundingSourceDetails.java +++ b/src/main/lombok/com/restfb/types/ads/FundingSourceDetails.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/FundingSourceDetailsCoupon.java b/src/main/lombok/com/restfb/types/ads/FundingSourceDetailsCoupon.java index d5ddc987c..f6378a4e7 100644 --- a/src/main/lombok/com/restfb/types/ads/FundingSourceDetailsCoupon.java +++ b/src/main/lombok/com/restfb/types/ads/FundingSourceDetailsCoupon.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/IDName.java b/src/main/lombok/com/restfb/types/ads/IDName.java index b179f5c34..219352ed0 100644 --- a/src/main/lombok/com/restfb/types/ads/IDName.java +++ b/src/main/lombok/com/restfb/types/ads/IDName.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/IosAppLink.java b/src/main/lombok/com/restfb/types/ads/IosAppLink.java index abeb61590..94356c395 100644 --- a/src/main/lombok/com/restfb/types/ads/IosAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/IosAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Lead.java b/src/main/lombok/com/restfb/types/ads/Lead.java index ef95ec546..83d245f07 100644 --- a/src/main/lombok/com/restfb/types/ads/Lead.java +++ b/src/main/lombok/com/restfb/types/ads/Lead.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/LeadGenQualifier.java b/src/main/lombok/com/restfb/types/ads/LeadGenQualifier.java index f2f0393bf..a09f07845 100644 --- a/src/main/lombok/com/restfb/types/ads/LeadGenQualifier.java +++ b/src/main/lombok/com/restfb/types/ads/LeadGenQualifier.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/LeadgenForm.java b/src/main/lombok/com/restfb/types/ads/LeadgenForm.java index 0df324357..03e3f5bf7 100644 --- a/src/main/lombok/com/restfb/types/ads/LeadgenForm.java +++ b/src/main/lombok/com/restfb/types/ads/LeadgenForm.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/LookalikeSpec.java b/src/main/lombok/com/restfb/types/ads/LookalikeSpec.java index e1f5f5e94..cb1b60b2a 100644 --- a/src/main/lombok/com/restfb/types/ads/LookalikeSpec.java +++ b/src/main/lombok/com/restfb/types/ads/LookalikeSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/MinimumBudget.java b/src/main/lombok/com/restfb/types/ads/MinimumBudget.java index 92237304b..e75483cc8 100644 --- a/src/main/lombok/com/restfb/types/ads/MinimumBudget.java +++ b/src/main/lombok/com/restfb/types/ads/MinimumBudget.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/NamedAdsObject.java b/src/main/lombok/com/restfb/types/ads/NamedAdsObject.java index 1d3e06857..72fe880e1 100644 --- a/src/main/lombok/com/restfb/types/ads/NamedAdsObject.java +++ b/src/main/lombok/com/restfb/types/ads/NamedAdsObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/OffsitePixel.java b/src/main/lombok/com/restfb/types/ads/OffsitePixel.java index 4e9be6054..d2c695af6 100644 --- a/src/main/lombok/com/restfb/types/ads/OffsitePixel.java +++ b/src/main/lombok/com/restfb/types/ads/OffsitePixel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/PartnerCategory.java b/src/main/lombok/com/restfb/types/ads/PartnerCategory.java index 82159c6ef..55f39271f 100644 --- a/src/main/lombok/com/restfb/types/ads/PartnerCategory.java +++ b/src/main/lombok/com/restfb/types/ads/PartnerCategory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductCatalog.java b/src/main/lombok/com/restfb/types/ads/ProductCatalog.java index 09c366b9e..9e6a986b2 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductCatalog.java +++ b/src/main/lombok/com/restfb/types/ads/ProductCatalog.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductFeed.java b/src/main/lombok/com/restfb/types/ads/ProductFeed.java index 4cbf23014..8b24422d5 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductFeed.java +++ b/src/main/lombok/com/restfb/types/ads/ProductFeed.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductFeedSchedule.java b/src/main/lombok/com/restfb/types/ads/ProductFeedSchedule.java index 9c604d3f9..0c8665119 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductFeedSchedule.java +++ b/src/main/lombok/com/restfb/types/ads/ProductFeedSchedule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductFeedUpload.java b/src/main/lombok/com/restfb/types/ads/ProductFeedUpload.java index 3d35ec77e..0802d11dd 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductFeedUpload.java +++ b/src/main/lombok/com/restfb/types/ads/ProductFeedUpload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductGroup.java b/src/main/lombok/com/restfb/types/ads/ProductGroup.java index a55f79402..2a7e48ab7 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductGroup.java +++ b/src/main/lombok/com/restfb/types/ads/ProductGroup.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductItem.java b/src/main/lombok/com/restfb/types/ads/ProductItem.java index 9f15eb8b3..78fe71a24 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductItem.java +++ b/src/main/lombok/com/restfb/types/ads/ProductItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductItemCommerceInsights.java b/src/main/lombok/com/restfb/types/ads/ProductItemCommerceInsights.java index be6bc92c3..0f6a7a8bd 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductItemCommerceInsights.java +++ b/src/main/lombok/com/restfb/types/ads/ProductItemCommerceInsights.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductSet.java b/src/main/lombok/com/restfb/types/ads/ProductSet.java index 9e0c7b58f..c985a341c 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductSet.java +++ b/src/main/lombok/com/restfb/types/ads/ProductSet.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ProductVariant.java b/src/main/lombok/com/restfb/types/ads/ProductVariant.java index 1002dfa0c..20923ee47 100644 --- a/src/main/lombok/com/restfb/types/ads/ProductVariant.java +++ b/src/main/lombok/com/restfb/types/ads/ProductVariant.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ReachFrequencyPrediction.java b/src/main/lombok/com/restfb/types/ads/ReachFrequencyPrediction.java index 4e91b61c2..f64507363 100644 --- a/src/main/lombok/com/restfb/types/ads/ReachFrequencyPrediction.java +++ b/src/main/lombok/com/restfb/types/ads/ReachFrequencyPrediction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/ReachFrequencySpec.java b/src/main/lombok/com/restfb/types/ads/ReachFrequencySpec.java index 3bbd01b43..f0dee115d 100644 --- a/src/main/lombok/com/restfb/types/ads/ReachFrequencySpec.java +++ b/src/main/lombok/com/restfb/types/ads/ReachFrequencySpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Rule.java b/src/main/lombok/com/restfb/types/ads/Rule.java index 17f4be813..a08618c26 100644 --- a/src/main/lombok/com/restfb/types/ads/Rule.java +++ b/src/main/lombok/com/restfb/types/ads/Rule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/RuleData.java b/src/main/lombok/com/restfb/types/ads/RuleData.java index fb4b506e9..5b2277286 100644 --- a/src/main/lombok/com/restfb/types/ads/RuleData.java +++ b/src/main/lombok/com/restfb/types/ads/RuleData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/RuleFactory.java b/src/main/lombok/com/restfb/types/ads/RuleFactory.java index 1b02e6f3c..ca1c89750 100644 --- a/src/main/lombok/com/restfb/types/ads/RuleFactory.java +++ b/src/main/lombok/com/restfb/types/ads/RuleFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/RuleOp.java b/src/main/lombok/com/restfb/types/ads/RuleOp.java index 414fd21ed..b1d5ef7d6 100644 --- a/src/main/lombok/com/restfb/types/ads/RuleOp.java +++ b/src/main/lombok/com/restfb/types/ads/RuleOp.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/RuleOpAnd.java b/src/main/lombok/com/restfb/types/ads/RuleOpAnd.java index 36593e7bd..4674fe89e 100644 --- a/src/main/lombok/com/restfb/types/ads/RuleOpAnd.java +++ b/src/main/lombok/com/restfb/types/ads/RuleOpAnd.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/RuleOpOr.java b/src/main/lombok/com/restfb/types/ads/RuleOpOr.java index 44cb69a50..644a99b74 100644 --- a/src/main/lombok/com/restfb/types/ads/RuleOpOr.java +++ b/src/main/lombok/com/restfb/types/ads/RuleOpOr.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/StoreCatalogSettings.java b/src/main/lombok/com/restfb/types/ads/StoreCatalogSettings.java index 8c8804888..f223d0226 100644 --- a/src/main/lombok/com/restfb/types/ads/StoreCatalogSettings.java +++ b/src/main/lombok/com/restfb/types/ads/StoreCatalogSettings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/Targeting.java b/src/main/lombok/com/restfb/types/ads/Targeting.java index 1d882774e..dc9f94058 100644 --- a/src/main/lombok/com/restfb/types/ads/Targeting.java +++ b/src/main/lombok/com/restfb/types/ads/Targeting.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingDynamicRule.java b/src/main/lombok/com/restfb/types/ads/TargetingDynamicRule.java index 3c86ac531..bcce9fc00 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingDynamicRule.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingDynamicRule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocation.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocation.java index ce72c5c83..a8f1d3ed1 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocation.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCity.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCity.java index c7cb587e6..d276fbf82 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCity.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCustomLocation.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCustomLocation.java index a79b8e9de..511f2eaf6 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCustomLocation.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationCustomLocation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationElectoralDistrict.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationElectoralDistrict.java index f03719bd3..e501496a8 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationElectoralDistrict.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationElectoralDistrict.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationMarket.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationMarket.java index 0da54277e..cb07421d3 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationMarket.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationMarket.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationPlace.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationPlace.java index 2ab31e884..58accd4a7 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationPlace.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationPlace.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationRegion.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationRegion.java index 303b6e792..7659be84f 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationRegion.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationRegion.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationZip.java b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationZip.java index 9e31dfdfc..f0d8e67e8 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationZip.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingGeoLocationZip.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSpec.java b/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSpec.java index bfcb4e0b2..af1bea4d1 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSpec.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSubSpec.java b/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSubSpec.java index f81720e7f..dee682f08 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSubSpec.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingProductAudienceSubSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingProspectingAudience.java b/src/main/lombok/com/restfb/types/ads/TargetingProspectingAudience.java index 5515f2954..9fd3b6997 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingProspectingAudience.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingProspectingAudience.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingResponseDemographic.java b/src/main/lombok/com/restfb/types/ads/TargetingResponseDemographic.java index 0f18cc305..e0b9f9a5d 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingResponseDemographic.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingResponseDemographic.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingResponseEducation.java b/src/main/lombok/com/restfb/types/ads/TargetingResponseEducation.java index 21f6e60a3..6b65eb092 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingResponseEducation.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingResponseEducation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographic.java b/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographic.java index 55b3fa5ce..bd4ec7874 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographic.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographic.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographicMetadata.java b/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographicMetadata.java index 00159062c..2cf3d5466 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographicMetadata.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingResponseGeographicMetadata.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingResponseRadiusSuggestion.java b/src/main/lombok/com/restfb/types/ads/TargetingResponseRadiusSuggestion.java index eec8fdf03..efeec5135 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingResponseRadiusSuggestion.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingResponseRadiusSuggestion.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TargetingSentenceLine.java b/src/main/lombok/com/restfb/types/ads/TargetingSentenceLine.java index f045b289d..dae90df9d 100644 --- a/src/main/lombok/com/restfb/types/ads/TargetingSentenceLine.java +++ b/src/main/lombok/com/restfb/types/ads/TargetingSentenceLine.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/TrackingAndConversionWithDefaults.java b/src/main/lombok/com/restfb/types/ads/TrackingAndConversionWithDefaults.java index f551f6659..c2fd1576f 100644 --- a/src/main/lombok/com/restfb/types/ads/TrackingAndConversionWithDefaults.java +++ b/src/main/lombok/com/restfb/types/ads/TrackingAndConversionWithDefaults.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/UserPermission.java b/src/main/lombok/com/restfb/types/ads/UserPermission.java index 3c580cfad..b2ba9ba0b 100644 --- a/src/main/lombok/com/restfb/types/ads/UserPermission.java +++ b/src/main/lombok/com/restfb/types/ads/UserPermission.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/WebAppLink.java b/src/main/lombok/com/restfb/types/ads/WebAppLink.java index a1eb66d58..ce95865a1 100644 --- a/src/main/lombok/com/restfb/types/ads/WebAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/WebAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/WindowsAppLink.java b/src/main/lombok/com/restfb/types/ads/WindowsAppLink.java index 435e5c15b..e586cec30 100644 --- a/src/main/lombok/com/restfb/types/ads/WindowsAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/WindowsAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/WindowsPhoneAppLink.java b/src/main/lombok/com/restfb/types/ads/WindowsPhoneAppLink.java index 320d51415..360c20e9c 100644 --- a/src/main/lombok/com/restfb/types/ads/WindowsPhoneAppLink.java +++ b/src/main/lombok/com/restfb/types/ads/WindowsPhoneAppLink.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/ads/package-info.java b/src/main/lombok/com/restfb/types/ads/package-info.java index ad8bd5f9a..eef7815ee 100644 --- a/src/main/lombok/com/restfb/types/ads/package-info.java +++ b/src/main/lombok/com/restfb/types/ads/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasComments.java b/src/main/lombok/com/restfb/types/features/HasComments.java index 70cbeab6c..bfaac1f1e 100644 --- a/src/main/lombok/com/restfb/types/features/HasComments.java +++ b/src/main/lombok/com/restfb/types/features/HasComments.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasCover.java b/src/main/lombok/com/restfb/types/features/HasCover.java index 5f46effa7..31400a3ac 100644 --- a/src/main/lombok/com/restfb/types/features/HasCover.java +++ b/src/main/lombok/com/restfb/types/features/HasCover.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasCreatedTime.java b/src/main/lombok/com/restfb/types/features/HasCreatedTime.java index b15173a9f..8973b3b91 100644 --- a/src/main/lombok/com/restfb/types/features/HasCreatedTime.java +++ b/src/main/lombok/com/restfb/types/features/HasCreatedTime.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasFrom.java b/src/main/lombok/com/restfb/types/features/HasFrom.java index 34b8bbc75..6cf782238 100644 --- a/src/main/lombok/com/restfb/types/features/HasFrom.java +++ b/src/main/lombok/com/restfb/types/features/HasFrom.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasMessage.java b/src/main/lombok/com/restfb/types/features/HasMessage.java index 9ef489951..4ce2780de 100644 --- a/src/main/lombok/com/restfb/types/features/HasMessage.java +++ b/src/main/lombok/com/restfb/types/features/HasMessage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/features/HasProfilePicture.java b/src/main/lombok/com/restfb/types/features/HasProfilePicture.java index 5c3bea7d5..dee0ef45e 100644 --- a/src/main/lombok/com/restfb/types/features/HasProfilePicture.java +++ b/src/main/lombok/com/restfb/types/features/HasProfilePicture.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/IgComment.java b/src/main/lombok/com/restfb/types/instagram/IgComment.java index e8d7c859c..0d440c60c 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgComment.java +++ b/src/main/lombok/com/restfb/types/instagram/IgComment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/IgHashtag.java b/src/main/lombok/com/restfb/types/instagram/IgHashtag.java index 98503b17a..2f0812549 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgHashtag.java +++ b/src/main/lombok/com/restfb/types/instagram/IgHashtag.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/IgMedia.java b/src/main/lombok/com/restfb/types/instagram/IgMedia.java index c2c33aa6c..73c315625 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgMedia.java +++ b/src/main/lombok/com/restfb/types/instagram/IgMedia.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/IgMediaChild.java b/src/main/lombok/com/restfb/types/instagram/IgMediaChild.java index 51803386f..ba782d04a 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgMediaChild.java +++ b/src/main/lombok/com/restfb/types/instagram/IgMediaChild.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/IgUser.java b/src/main/lombok/com/restfb/types/instagram/IgUser.java index 24693154f..9bcdfabf9 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgUser.java +++ b/src/main/lombok/com/restfb/types/instagram/IgUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/instagram/package-info.java b/src/main/lombok/com/restfb/types/instagram/package-info.java index 07d9abdd2..1eb1f9afd 100644 --- a/src/main/lombok/com/restfb/types/instagram/package-info.java +++ b/src/main/lombok/com/restfb/types/instagram/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/package-info.java b/src/main/lombok/com/restfb/types/package-info.java index 83880c1e9..3932c3ab0 100644 --- a/src/main/lombok/com/restfb/types/package-info.java +++ b/src/main/lombok/com/restfb/types/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/AbstractButton.java b/src/main/lombok/com/restfb/types/send/AbstractButton.java index 9c126c4aa..4d2c17309 100644 --- a/src/main/lombok/com/restfb/types/send/AbstractButton.java +++ b/src/main/lombok/com/restfb/types/send/AbstractButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/AccountLinkButton.java b/src/main/lombok/com/restfb/types/send/AccountLinkButton.java index 98b513743..5c385aff1 100644 --- a/src/main/lombok/com/restfb/types/send/AccountLinkButton.java +++ b/src/main/lombok/com/restfb/types/send/AccountLinkButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/AccountUnlinkButton.java b/src/main/lombok/com/restfb/types/send/AccountUnlinkButton.java index 92b6660e2..02c511a30 100644 --- a/src/main/lombok/com/restfb/types/send/AccountUnlinkButton.java +++ b/src/main/lombok/com/restfb/types/send/AccountUnlinkButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/BasicRefData.java b/src/main/lombok/com/restfb/types/send/BasicRefData.java index 512dc3e11..8825e34a5 100644 --- a/src/main/lombok/com/restfb/types/send/BasicRefData.java +++ b/src/main/lombok/com/restfb/types/send/BasicRefData.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/Bubble.java b/src/main/lombok/com/restfb/types/send/Bubble.java index 73b95a577..bf2aa4eb1 100644 --- a/src/main/lombok/com/restfb/types/send/Bubble.java +++ b/src/main/lombok/com/restfb/types/send/Bubble.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ButtonTemplatePayload.java b/src/main/lombok/com/restfb/types/send/ButtonTemplatePayload.java index 7e5402af0..2e0f1848b 100644 --- a/src/main/lombok/com/restfb/types/send/ButtonTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/ButtonTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/BuyButton.java b/src/main/lombok/com/restfb/types/send/BuyButton.java index f7668c7d5..35ea4a447 100644 --- a/src/main/lombok/com/restfb/types/send/BuyButton.java +++ b/src/main/lombok/com/restfb/types/send/BuyButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/CallButton.java b/src/main/lombok/com/restfb/types/send/CallButton.java index dcf5642e6..ddd124629 100644 --- a/src/main/lombok/com/restfb/types/send/CallButton.java +++ b/src/main/lombok/com/restfb/types/send/CallButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/CallToAction.java b/src/main/lombok/com/restfb/types/send/CallToAction.java index c2c01bb9e..1d48c4edf 100644 --- a/src/main/lombok/com/restfb/types/send/CallToAction.java +++ b/src/main/lombok/com/restfb/types/send/CallToAction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/CommentIdMessageRecipient.java b/src/main/lombok/com/restfb/types/send/CommentIdMessageRecipient.java index 6b302aa48..03791b700 100644 --- a/src/main/lombok/com/restfb/types/send/CommentIdMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/CommentIdMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/DefaultAction.java b/src/main/lombok/com/restfb/types/send/DefaultAction.java index 6c69cfce4..3cf9aa6bd 100644 --- a/src/main/lombok/com/restfb/types/send/DefaultAction.java +++ b/src/main/lombok/com/restfb/types/send/DefaultAction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/DomainActionTypeEnum.java b/src/main/lombok/com/restfb/types/send/DomainActionTypeEnum.java index e9c069784..9c66c4c36 100644 --- a/src/main/lombok/com/restfb/types/send/DomainActionTypeEnum.java +++ b/src/main/lombok/com/restfb/types/send/DomainActionTypeEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/GenericTemplatePayload.java b/src/main/lombok/com/restfb/types/send/GenericTemplatePayload.java index db0bf7d6d..eb34393ed 100644 --- a/src/main/lombok/com/restfb/types/send/GenericTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/GenericTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/Greeting.java b/src/main/lombok/com/restfb/types/send/Greeting.java index eca0e54fe..6b2286c2a 100644 --- a/src/main/lombok/com/restfb/types/send/Greeting.java +++ b/src/main/lombok/com/restfb/types/send/Greeting.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/HomeUrl.java b/src/main/lombok/com/restfb/types/send/HomeUrl.java index 29374959b..c17a9098c 100644 --- a/src/main/lombok/com/restfb/types/send/HomeUrl.java +++ b/src/main/lombok/com/restfb/types/send/HomeUrl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/IceBreaker.java b/src/main/lombok/com/restfb/types/send/IceBreaker.java index a8971397f..9c5057918 100644 --- a/src/main/lombok/com/restfb/types/send/IceBreaker.java +++ b/src/main/lombok/com/restfb/types/send/IceBreaker.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/IdMessageRecipient.java b/src/main/lombok/com/restfb/types/send/IdMessageRecipient.java index 0c2a42462..80cd085c6 100644 --- a/src/main/lombok/com/restfb/types/send/IdMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/IdMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ImageAspectRatioEnum.java b/src/main/lombok/com/restfb/types/send/ImageAspectRatioEnum.java index 167ade2bc..98cce4fd4 100644 --- a/src/main/lombok/com/restfb/types/send/ImageAspectRatioEnum.java +++ b/src/main/lombok/com/restfb/types/send/ImageAspectRatioEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/IsBroadcastPayload.java b/src/main/lombok/com/restfb/types/send/IsBroadcastPayload.java index 60c64aba3..5351c6ba9 100644 --- a/src/main/lombok/com/restfb/types/send/IsBroadcastPayload.java +++ b/src/main/lombok/com/restfb/types/send/IsBroadcastPayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java b/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java index f9b29cf27..85eb7a6b4 100644 --- a/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ListViewElement.java b/src/main/lombok/com/restfb/types/send/ListViewElement.java index 63d0ce944..eb95ccc8e 100644 --- a/src/main/lombok/com/restfb/types/send/ListViewElement.java +++ b/src/main/lombok/com/restfb/types/send/ListViewElement.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/LocationAttachment.java b/src/main/lombok/com/restfb/types/send/LocationAttachment.java index 4a2480346..27a165e0b 100644 --- a/src/main/lombok/com/restfb/types/send/LocationAttachment.java +++ b/src/main/lombok/com/restfb/types/send/LocationAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MediaAttachment.java b/src/main/lombok/com/restfb/types/send/MediaAttachment.java index e33d14f3e..0df2ab598 100644 --- a/src/main/lombok/com/restfb/types/send/MediaAttachment.java +++ b/src/main/lombok/com/restfb/types/send/MediaAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MenuItem.java b/src/main/lombok/com/restfb/types/send/MenuItem.java index 316735b72..44d0f1f39 100644 --- a/src/main/lombok/com/restfb/types/send/MenuItem.java +++ b/src/main/lombok/com/restfb/types/send/MenuItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/Message.java b/src/main/lombok/com/restfb/types/send/Message.java index 4b96f4b91..56fd3b715 100644 --- a/src/main/lombok/com/restfb/types/send/Message.java +++ b/src/main/lombok/com/restfb/types/send/Message.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MessageAttachment.java b/src/main/lombok/com/restfb/types/send/MessageAttachment.java index 594e1e0c6..6932dfe55 100644 --- a/src/main/lombok/com/restfb/types/send/MessageAttachment.java +++ b/src/main/lombok/com/restfb/types/send/MessageAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MessageCreativeResponse.java b/src/main/lombok/com/restfb/types/send/MessageCreativeResponse.java index 722ec1379..5f05fefd6 100644 --- a/src/main/lombok/com/restfb/types/send/MessageCreativeResponse.java +++ b/src/main/lombok/com/restfb/types/send/MessageCreativeResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MessageRecipient.java b/src/main/lombok/com/restfb/types/send/MessageRecipient.java index 6407d3f25..c43908b14 100644 --- a/src/main/lombok/com/restfb/types/send/MessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/MessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MessagingType.java b/src/main/lombok/com/restfb/types/send/MessagingType.java index c48913f3f..16a8cc15b 100644 --- a/src/main/lombok/com/restfb/types/send/MessagingType.java +++ b/src/main/lombok/com/restfb/types/send/MessagingType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/MessengerProfileProperties.java b/src/main/lombok/com/restfb/types/send/MessengerProfileProperties.java index 773aac78c..6296e203f 100644 --- a/src/main/lombok/com/restfb/types/send/MessengerProfileProperties.java +++ b/src/main/lombok/com/restfb/types/send/MessengerProfileProperties.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/NestedButton.java b/src/main/lombok/com/restfb/types/send/NestedButton.java index cbae77fd8..87c03ecf6 100644 --- a/src/main/lombok/com/restfb/types/send/NestedButton.java +++ b/src/main/lombok/com/restfb/types/send/NestedButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/NotificationTypeEnum.java b/src/main/lombok/com/restfb/types/send/NotificationTypeEnum.java index 4c99d6536..1a05213d5 100644 --- a/src/main/lombok/com/restfb/types/send/NotificationTypeEnum.java +++ b/src/main/lombok/com/restfb/types/send/NotificationTypeEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/OneTimeNotifMessageRecipient.java b/src/main/lombok/com/restfb/types/send/OneTimeNotifMessageRecipient.java index cd53d273b..9b01ee6b7 100644 --- a/src/main/lombok/com/restfb/types/send/OneTimeNotifMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/OneTimeNotifMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/OneTimeNotifReqTemplatePayload.java b/src/main/lombok/com/restfb/types/send/OneTimeNotifReqTemplatePayload.java index 1ce3e3b9b..7c4340fb5 100644 --- a/src/main/lombok/com/restfb/types/send/OneTimeNotifReqTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/OneTimeNotifReqTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/OpenGraphTemplatePayload.java b/src/main/lombok/com/restfb/types/send/OpenGraphTemplatePayload.java index 8d762e560..2f4dd95ef 100644 --- a/src/main/lombok/com/restfb/types/send/OpenGraphTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/OpenGraphTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PageMessageTag.java b/src/main/lombok/com/restfb/types/send/PageMessageTag.java index ca09c0146..14aeba440 100644 --- a/src/main/lombok/com/restfb/types/send/PageMessageTag.java +++ b/src/main/lombok/com/restfb/types/send/PageMessageTag.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PaymentSettings.java b/src/main/lombok/com/restfb/types/send/PaymentSettings.java index 347cb3e7b..39fe36654 100644 --- a/src/main/lombok/com/restfb/types/send/PaymentSettings.java +++ b/src/main/lombok/com/restfb/types/send/PaymentSettings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PersistentMenu.java b/src/main/lombok/com/restfb/types/send/PersistentMenu.java index bdf2dd082..7cdd94f5d 100644 --- a/src/main/lombok/com/restfb/types/send/PersistentMenu.java +++ b/src/main/lombok/com/restfb/types/send/PersistentMenu.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PhoneMessageRecipient.java b/src/main/lombok/com/restfb/types/send/PhoneMessageRecipient.java index 75eb6b1ba..ad92903a7 100644 --- a/src/main/lombok/com/restfb/types/send/PhoneMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/PhoneMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PostIdMessageRecipient.java b/src/main/lombok/com/restfb/types/send/PostIdMessageRecipient.java index 60a6f1deb..9e5a89829 100644 --- a/src/main/lombok/com/restfb/types/send/PostIdMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/PostIdMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/PostbackButton.java b/src/main/lombok/com/restfb/types/send/PostbackButton.java index 2ca03fed2..7f78facc3 100644 --- a/src/main/lombok/com/restfb/types/send/PostbackButton.java +++ b/src/main/lombok/com/restfb/types/send/PostbackButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/QuickReply.java b/src/main/lombok/com/restfb/types/send/QuickReply.java index 3ddbfdd89..f787e55eb 100644 --- a/src/main/lombok/com/restfb/types/send/QuickReply.java +++ b/src/main/lombok/com/restfb/types/send/QuickReply.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ReceiptAddress.java b/src/main/lombok/com/restfb/types/send/ReceiptAddress.java index 44d04bef3..9eb6e539c 100644 --- a/src/main/lombok/com/restfb/types/send/ReceiptAddress.java +++ b/src/main/lombok/com/restfb/types/send/ReceiptAddress.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ReceiptAdjustment.java b/src/main/lombok/com/restfb/types/send/ReceiptAdjustment.java index 2c6e670ad..78a9a8e90 100644 --- a/src/main/lombok/com/restfb/types/send/ReceiptAdjustment.java +++ b/src/main/lombok/com/restfb/types/send/ReceiptAdjustment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ReceiptElement.java b/src/main/lombok/com/restfb/types/send/ReceiptElement.java index fba61cf62..b8b8e3b9b 100644 --- a/src/main/lombok/com/restfb/types/send/ReceiptElement.java +++ b/src/main/lombok/com/restfb/types/send/ReceiptElement.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ReceiptSummary.java b/src/main/lombok/com/restfb/types/send/ReceiptSummary.java index 850f5a685..394faec79 100644 --- a/src/main/lombok/com/restfb/types/send/ReceiptSummary.java +++ b/src/main/lombok/com/restfb/types/send/ReceiptSummary.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ReceiptTemplatePayload.java b/src/main/lombok/com/restfb/types/send/ReceiptTemplatePayload.java index 73ac35523..a8d1ae170 100644 --- a/src/main/lombok/com/restfb/types/send/ReceiptTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/ReceiptTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/SendResponse.java b/src/main/lombok/com/restfb/types/send/SendResponse.java index 331ce2eef..633f69d8e 100644 --- a/src/main/lombok/com/restfb/types/send/SendResponse.java +++ b/src/main/lombok/com/restfb/types/send/SendResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/SenderActionEnum.java b/src/main/lombok/com/restfb/types/send/SenderActionEnum.java index 744d3eafe..4b85ae1f9 100644 --- a/src/main/lombok/com/restfb/types/send/SenderActionEnum.java +++ b/src/main/lombok/com/restfb/types/send/SenderActionEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/SettingTypeEnum.java b/src/main/lombok/com/restfb/types/send/SettingTypeEnum.java index fb2a0d8fa..1c0985e46 100644 --- a/src/main/lombok/com/restfb/types/send/SettingTypeEnum.java +++ b/src/main/lombok/com/restfb/types/send/SettingTypeEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/SharableTemplatePayload.java b/src/main/lombok/com/restfb/types/send/SharableTemplatePayload.java index 4170f9154..3e7d248de 100644 --- a/src/main/lombok/com/restfb/types/send/SharableTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/SharableTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ShareButton.java b/src/main/lombok/com/restfb/types/send/ShareButton.java index 5646408dc..ea2bde95d 100644 --- a/src/main/lombok/com/restfb/types/send/ShareButton.java +++ b/src/main/lombok/com/restfb/types/send/ShareButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/SponsoredMessageResponse.java b/src/main/lombok/com/restfb/types/send/SponsoredMessageResponse.java index 2bf740e1f..de6f7e37a 100644 --- a/src/main/lombok/com/restfb/types/send/SponsoredMessageResponse.java +++ b/src/main/lombok/com/restfb/types/send/SponsoredMessageResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/TargetAudience.java b/src/main/lombok/com/restfb/types/send/TargetAudience.java index 29269c518..8d41d9d82 100644 --- a/src/main/lombok/com/restfb/types/send/TargetAudience.java +++ b/src/main/lombok/com/restfb/types/send/TargetAudience.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/TemplateAttachment.java b/src/main/lombok/com/restfb/types/send/TemplateAttachment.java index 737d8b08d..b4ff25f66 100644 --- a/src/main/lombok/com/restfb/types/send/TemplateAttachment.java +++ b/src/main/lombok/com/restfb/types/send/TemplateAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/TemplatePayload.java b/src/main/lombok/com/restfb/types/send/TemplatePayload.java index bdc528b81..31e80afdc 100644 --- a/src/main/lombok/com/restfb/types/send/TemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/TemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/ThreadStateEnum.java b/src/main/lombok/com/restfb/types/send/ThreadStateEnum.java index f3b98acf8..18573d199 100644 --- a/src/main/lombok/com/restfb/types/send/ThreadStateEnum.java +++ b/src/main/lombok/com/restfb/types/send/ThreadStateEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/UserRefMessageRecipient.java b/src/main/lombok/com/restfb/types/send/UserRefMessageRecipient.java index 111a026df..e5b9226e1 100644 --- a/src/main/lombok/com/restfb/types/send/UserRefMessageRecipient.java +++ b/src/main/lombok/com/restfb/types/send/UserRefMessageRecipient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/WebButton.java b/src/main/lombok/com/restfb/types/send/WebButton.java index e160d28fe..abffadce2 100644 --- a/src/main/lombok/com/restfb/types/send/WebButton.java +++ b/src/main/lombok/com/restfb/types/send/WebButton.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/WebviewHeightEnum.java b/src/main/lombok/com/restfb/types/send/WebviewHeightEnum.java index c8c83992d..ea8e3b24e 100644 --- a/src/main/lombok/com/restfb/types/send/WebviewHeightEnum.java +++ b/src/main/lombok/com/restfb/types/send/WebviewHeightEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/AirlineBoardingPassTemplatePayload.java b/src/main/lombok/com/restfb/types/send/airline/AirlineBoardingPassTemplatePayload.java index ae4c47fc9..082a1fb3d 100644 --- a/src/main/lombok/com/restfb/types/send/airline/AirlineBoardingPassTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/airline/AirlineBoardingPassTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/AirlineCheckinTemplatePayload.java b/src/main/lombok/com/restfb/types/send/airline/AirlineCheckinTemplatePayload.java index f8614830c..60f3446a9 100644 --- a/src/main/lombok/com/restfb/types/send/airline/AirlineCheckinTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/airline/AirlineCheckinTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/AirlineField.java b/src/main/lombok/com/restfb/types/send/airline/AirlineField.java index d6f1cc8e6..35437d4ea 100644 --- a/src/main/lombok/com/restfb/types/send/airline/AirlineField.java +++ b/src/main/lombok/com/restfb/types/send/airline/AirlineField.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/AirlineItineraryTemplatePayload.java b/src/main/lombok/com/restfb/types/send/airline/AirlineItineraryTemplatePayload.java index eaa377a9d..4992459e1 100644 --- a/src/main/lombok/com/restfb/types/send/airline/AirlineItineraryTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/airline/AirlineItineraryTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/AirlineUpdateTemplatePayload.java b/src/main/lombok/com/restfb/types/send/airline/AirlineUpdateTemplatePayload.java index 2323ca309..d7d549760 100644 --- a/src/main/lombok/com/restfb/types/send/airline/AirlineUpdateTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/airline/AirlineUpdateTemplatePayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/BoardingPass.java b/src/main/lombok/com/restfb/types/send/airline/BoardingPass.java index 5e745b152..05cb2dba6 100644 --- a/src/main/lombok/com/restfb/types/send/airline/BoardingPass.java +++ b/src/main/lombok/com/restfb/types/send/airline/BoardingPass.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/FlightAirport.java b/src/main/lombok/com/restfb/types/send/airline/FlightAirport.java index 0814562a0..198c1e44a 100644 --- a/src/main/lombok/com/restfb/types/send/airline/FlightAirport.java +++ b/src/main/lombok/com/restfb/types/send/airline/FlightAirport.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/FlightInfo.java b/src/main/lombok/com/restfb/types/send/airline/FlightInfo.java index dac5c2ffa..a2b8b0014 100644 --- a/src/main/lombok/com/restfb/types/send/airline/FlightInfo.java +++ b/src/main/lombok/com/restfb/types/send/airline/FlightInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/FlightSchedule.java b/src/main/lombok/com/restfb/types/send/airline/FlightSchedule.java index 844bd8da9..689c36d43 100644 --- a/src/main/lombok/com/restfb/types/send/airline/FlightSchedule.java +++ b/src/main/lombok/com/restfb/types/send/airline/FlightSchedule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/PassengerInfo.java b/src/main/lombok/com/restfb/types/send/airline/PassengerInfo.java index 6ea677dad..3942d27dd 100644 --- a/src/main/lombok/com/restfb/types/send/airline/PassengerInfo.java +++ b/src/main/lombok/com/restfb/types/send/airline/PassengerInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/PassengerSegmentInfo.java b/src/main/lombok/com/restfb/types/send/airline/PassengerSegmentInfo.java index f044a703b..ed9d29c00 100644 --- a/src/main/lombok/com/restfb/types/send/airline/PassengerSegmentInfo.java +++ b/src/main/lombok/com/restfb/types/send/airline/PassengerSegmentInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/PriceInfo.java b/src/main/lombok/com/restfb/types/send/airline/PriceInfo.java index 9fabcb6a1..77b9bfa62 100644 --- a/src/main/lombok/com/restfb/types/send/airline/PriceInfo.java +++ b/src/main/lombok/com/restfb/types/send/airline/PriceInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/airline/ProductInfo.java b/src/main/lombok/com/restfb/types/send/airline/ProductInfo.java index b4e32e512..7bccb9bac 100644 --- a/src/main/lombok/com/restfb/types/send/airline/ProductInfo.java +++ b/src/main/lombok/com/restfb/types/send/airline/ProductInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/buybutton/PaymentSummary.java b/src/main/lombok/com/restfb/types/send/buybutton/PaymentSummary.java index 0ec9db315..3cb2d436a 100644 --- a/src/main/lombok/com/restfb/types/send/buybutton/PaymentSummary.java +++ b/src/main/lombok/com/restfb/types/send/buybutton/PaymentSummary.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/buybutton/PaymentTypeEnum.java b/src/main/lombok/com/restfb/types/send/buybutton/PaymentTypeEnum.java index 31ecb15a3..1d6888bcc 100644 --- a/src/main/lombok/com/restfb/types/send/buybutton/PaymentTypeEnum.java +++ b/src/main/lombok/com/restfb/types/send/buybutton/PaymentTypeEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/buybutton/PriceListItem.java b/src/main/lombok/com/restfb/types/send/buybutton/PriceListItem.java index e3638fb89..ed3a4791b 100644 --- a/src/main/lombok/com/restfb/types/send/buybutton/PriceListItem.java +++ b/src/main/lombok/com/restfb/types/send/buybutton/PriceListItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/buybutton/RequestedUserInfoEnum.java b/src/main/lombok/com/restfb/types/send/buybutton/RequestedUserInfoEnum.java index 8a4be4220..152eb3422 100644 --- a/src/main/lombok/com/restfb/types/send/buybutton/RequestedUserInfoEnum.java +++ b/src/main/lombok/com/restfb/types/send/buybutton/RequestedUserInfoEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/media/MediaTemplateAttachmentElement.java b/src/main/lombok/com/restfb/types/send/media/MediaTemplateAttachmentElement.java index 65c2bc7d3..4c682acd5 100644 --- a/src/main/lombok/com/restfb/types/send/media/MediaTemplateAttachmentElement.java +++ b/src/main/lombok/com/restfb/types/send/media/MediaTemplateAttachmentElement.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/media/MediaTemplateUrlElement.java b/src/main/lombok/com/restfb/types/send/media/MediaTemplateUrlElement.java index 37af176e2..4ddd7956b 100644 --- a/src/main/lombok/com/restfb/types/send/media/MediaTemplateUrlElement.java +++ b/src/main/lombok/com/restfb/types/send/media/MediaTemplateUrlElement.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/send/package-info.java b/src/main/lombok/com/restfb/types/send/package-info.java index 5bdf1849e..0c1e686d8 100644 --- a/src/main/lombok/com/restfb/types/send/package-info.java +++ b/src/main/lombok/com/restfb/types/send/package-info.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/Change.java b/src/main/lombok/com/restfb/types/webhook/Change.java index 8bae8ff4b..88f3677e7 100644 --- a/src/main/lombok/com/restfb/types/webhook/Change.java +++ b/src/main/lombok/com/restfb/types/webhook/Change.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/ChangeValue.java b/src/main/lombok/com/restfb/types/webhook/ChangeValue.java index 5da3b3846..01f351475 100644 --- a/src/main/lombok/com/restfb/types/webhook/ChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/ChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/ChangeValueFactory.java b/src/main/lombok/com/restfb/types/webhook/ChangeValueFactory.java index 17bdf625d..da385ffd3 100644 --- a/src/main/lombok/com/restfb/types/webhook/ChangeValueFactory.java +++ b/src/main/lombok/com/restfb/types/webhook/ChangeValueFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FallBackChangeValue.java b/src/main/lombok/com/restfb/types/webhook/FallBackChangeValue.java index 443a71ffc..26211e63d 100644 --- a/src/main/lombok/com/restfb/types/webhook/FallBackChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FallBackChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedAlbumAddValue.java b/src/main/lombok/com/restfb/types/webhook/FeedAlbumAddValue.java index 81ba63d18..fafc661ce 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedAlbumAddValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedAlbumAddValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedAlbumEditedValue.java b/src/main/lombok/com/restfb/types/webhook/FeedAlbumEditedValue.java index 727b7f970..3ceeb8034 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedAlbumEditedValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedAlbumEditedValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedCommentValue.java b/src/main/lombok/com/restfb/types/webhook/FeedCommentValue.java index 7329ebd2e..8c02b72e8 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedCommentValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedCommentValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedEventValue.java b/src/main/lombok/com/restfb/types/webhook/FeedEventValue.java index 05127642f..e37d9afd0 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedEventValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedEventValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedLikeValue.java b/src/main/lombok/com/restfb/types/webhook/FeedLikeValue.java index be3844617..b09917d59 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedLikeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedLikeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedPhotoAddValue.java b/src/main/lombok/com/restfb/types/webhook/FeedPhotoAddValue.java index 2b64598d2..8837c9a95 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedPhotoAddValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedPhotoAddValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedPhotoRemoveValue.java b/src/main/lombok/com/restfb/types/webhook/FeedPhotoRemoveValue.java index 60cd2e9b0..3faedc3ad 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedPhotoRemoveValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedPhotoRemoveValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedPostValue.java b/src/main/lombok/com/restfb/types/webhook/FeedPostValue.java index 86d4fce21..90720f07d 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedPostValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedPostValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedReactionValue.java b/src/main/lombok/com/restfb/types/webhook/FeedReactionValue.java index 95d09f704..39fbd1697 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedReactionValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedReactionValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedShareValue.java b/src/main/lombok/com/restfb/types/webhook/FeedShareValue.java index 74ba9255e..b5b884c31 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedShareValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedShareValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedStatusValue.java b/src/main/lombok/com/restfb/types/webhook/FeedStatusValue.java index cfd481ab2..a18761b25 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedStatusValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedStatusValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedVideoBlockMute.java b/src/main/lombok/com/restfb/types/webhook/FeedVideoBlockMute.java index b829f3870..816692da2 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedVideoBlockMute.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedVideoBlockMute.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedVideoRemoveValue.java b/src/main/lombok/com/restfb/types/webhook/FeedVideoRemoveValue.java index 4c742ead8..e3671f2e2 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedVideoRemoveValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedVideoRemoveValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/FeedVideoValue.java b/src/main/lombok/com/restfb/types/webhook/FeedVideoValue.java index 6eab619c9..6da4cc0fe 100644 --- a/src/main/lombok/com/restfb/types/webhook/FeedVideoValue.java +++ b/src/main/lombok/com/restfb/types/webhook/FeedVideoValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/ListJsonChangeValue.java b/src/main/lombok/com/restfb/types/webhook/ListJsonChangeValue.java index dadbae155..9866c85dc 100644 --- a/src/main/lombok/com/restfb/types/webhook/ListJsonChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/ListJsonChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/MentionPostAddValue.java b/src/main/lombok/com/restfb/types/webhook/MentionPostAddValue.java index 63fb9e833..a07169fe6 100644 --- a/src/main/lombok/com/restfb/types/webhook/MentionPostAddValue.java +++ b/src/main/lombok/com/restfb/types/webhook/MentionPostAddValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/PageConversation.java b/src/main/lombok/com/restfb/types/webhook/PageConversation.java index 7a14e3357..9998a39eb 100644 --- a/src/main/lombok/com/restfb/types/webhook/PageConversation.java +++ b/src/main/lombok/com/restfb/types/webhook/PageConversation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/PageLeadgen.java b/src/main/lombok/com/restfb/types/webhook/PageLeadgen.java index 361560609..dc22dca00 100644 --- a/src/main/lombok/com/restfb/types/webhook/PageLeadgen.java +++ b/src/main/lombok/com/restfb/types/webhook/PageLeadgen.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/PermissionChangeValue.java b/src/main/lombok/com/restfb/types/webhook/PermissionChangeValue.java index b249008d8..4cb245771 100644 --- a/src/main/lombok/com/restfb/types/webhook/PermissionChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/PermissionChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/RatingsCommentValue.java b/src/main/lombok/com/restfb/types/webhook/RatingsCommentValue.java index b01985104..0d17edce2 100644 --- a/src/main/lombok/com/restfb/types/webhook/RatingsCommentValue.java +++ b/src/main/lombok/com/restfb/types/webhook/RatingsCommentValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/RatingsLikeValue.java b/src/main/lombok/com/restfb/types/webhook/RatingsLikeValue.java index 9c7b07808..1cf2e3be7 100644 --- a/src/main/lombok/com/restfb/types/webhook/RatingsLikeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/RatingsLikeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/RatingsRatingValue.java b/src/main/lombok/com/restfb/types/webhook/RatingsRatingValue.java index dff547aea..364ac082a 100644 --- a/src/main/lombok/com/restfb/types/webhook/RatingsRatingValue.java +++ b/src/main/lombok/com/restfb/types/webhook/RatingsRatingValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/RatingsReactionValue.java b/src/main/lombok/com/restfb/types/webhook/RatingsReactionValue.java index 27b4ee8f0..7740ea834 100644 --- a/src/main/lombok/com/restfb/types/webhook/RatingsReactionValue.java +++ b/src/main/lombok/com/restfb/types/webhook/RatingsReactionValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/SimpleStringChangeValue.java b/src/main/lombok/com/restfb/types/webhook/SimpleStringChangeValue.java index dfa18ecb1..f1947d6f2 100644 --- a/src/main/lombok/com/restfb/types/webhook/SimpleStringChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/SimpleStringChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/UserPageValue.java b/src/main/lombok/com/restfb/types/webhook/UserPageValue.java index 362d5f973..0b88dab79 100644 --- a/src/main/lombok/com/restfb/types/webhook/UserPageValue.java +++ b/src/main/lombok/com/restfb/types/webhook/UserPageValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/WebhookEntry.java b/src/main/lombok/com/restfb/types/webhook/WebhookEntry.java index 375f3aafc..de215c0c9 100644 --- a/src/main/lombok/com/restfb/types/webhook/WebhookEntry.java +++ b/src/main/lombok/com/restfb/types/webhook/WebhookEntry.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/WebhookObject.java b/src/main/lombok/com/restfb/types/webhook/WebhookObject.java index d0b0fe905..a53f34c2b 100644 --- a/src/main/lombok/com/restfb/types/webhook/WebhookObject.java +++ b/src/main/lombok/com/restfb/types/webhook/WebhookObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/base/AbstractFeedPostValue.java b/src/main/lombok/com/restfb/types/webhook/base/AbstractFeedPostValue.java index 7b149eec6..f0dd3533d 100644 --- a/src/main/lombok/com/restfb/types/webhook/base/AbstractFeedPostValue.java +++ b/src/main/lombok/com/restfb/types/webhook/base/AbstractFeedPostValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/base/BaseChangeValue.java b/src/main/lombok/com/restfb/types/webhook/base/BaseChangeValue.java index 2e40d8ee7..a7693ab46 100644 --- a/src/main/lombok/com/restfb/types/webhook/base/BaseChangeValue.java +++ b/src/main/lombok/com/restfb/types/webhook/base/BaseChangeValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/base/From.java b/src/main/lombok/com/restfb/types/webhook/base/From.java index 61713c4d4..8d3953b80 100644 --- a/src/main/lombok/com/restfb/types/webhook/base/From.java +++ b/src/main/lombok/com/restfb/types/webhook/base/From.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramCommentsValue.java b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramCommentsValue.java index 75c7662a4..60efd557d 100644 --- a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramCommentsValue.java +++ b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramCommentsValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramMentionsValue.java b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramMentionsValue.java index 418ac951b..9d8052379 100644 --- a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramMentionsValue.java +++ b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramMentionsValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramStoryInsightsValue.java b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramStoryInsightsValue.java index 8e1cb169d..ac2ce92e5 100644 --- a/src/main/lombok/com/restfb/types/webhook/instagram/InstagramStoryInsightsValue.java +++ b/src/main/lombok/com/restfb/types/webhook/instagram/InstagramStoryInsightsValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/AccountLinkingItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/AccountLinkingItem.java index 787c247a6..bbb9378e0 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/AccountLinkingItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/AccountLinkingItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/AddressItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/AddressItem.java index efd4381d6..24e744473 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/AddressItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/AddressItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/AdjustmentItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/AdjustmentItem.java index a16076915..46947f986 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/AdjustmentItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/AdjustmentItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/AppRoles.java b/src/main/lombok/com/restfb/types/webhook/messaging/AppRoles.java index 75381729b..f8e2f6c3c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/AppRoles.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/AppRoles.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/ButtonItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/ButtonItem.java index 44d1041a0..a2a8b1b0c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/ButtonItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/ButtonItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/CheckoutUpdateItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/CheckoutUpdateItem.java index 1c7ff0fd1..34b5f5c48 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/CheckoutUpdateItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/CheckoutUpdateItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/CoordinatesItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/CoordinatesItem.java index 04157c6be..ebdb3945f 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/CoordinatesItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/CoordinatesItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/DeliveryItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/DeliveryItem.java index 89d4b57c3..5bfeebb98 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/DeliveryItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/DeliveryItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/ElementItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/ElementItem.java index 3c3338900..6679b7eb9 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/ElementItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/ElementItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/InnerMessagingItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/InnerMessagingItem.java index 929c8273a..609fc371c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/InnerMessagingItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/InnerMessagingItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessageItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessageItem.java index f3af5a549..3c5c32391 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessageItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessageItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessageReaction.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessageReaction.java index db71d8f00..95801e290 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessageReaction.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessageReaction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingAttachment.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingAttachment.java index 9eb00a5cd..3c8b02f42 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingAttachment.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingAttachment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingItem.java index cdfd18cbe..437e03c00 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingParticipant.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingParticipant.java index 8415f54f1..99f143efb 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingParticipant.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingParticipant.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingPayload.java b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingPayload.java index 1c90cba14..984be12c6 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/MessagingPayload.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/MessagingPayload.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/NlpResult.java b/src/main/lombok/com/restfb/types/webhook/messaging/NlpResult.java index 04e14dc61..4f7bef423 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/NlpResult.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/NlpResult.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/OptinItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/OptinItem.java index a13320ce6..248610a89 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/OptinItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/OptinItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PassThreadControlItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/PassThreadControlItem.java index 010e4dcc4..0122a8d28 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PassThreadControlItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PassThreadControlItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PaymentItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/PaymentItem.java index 92e0b8e34..b6f86cf50 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PaymentItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PaymentItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PolicyEnforcementItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/PolicyEnforcementItem.java index 7baa6aea1..bb6c106c3 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PolicyEnforcementItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PolicyEnforcementItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PostbackItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/PostbackItem.java index 6541982d8..866f95c8a 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PostbackItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PostbackItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PostbackReferral.java b/src/main/lombok/com/restfb/types/webhook/messaging/PostbackReferral.java index 135c4b035..641b16923 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PostbackReferral.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PostbackReferral.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/PriorMessage.java b/src/main/lombok/com/restfb/types/webhook/messaging/PriorMessage.java index a092fb271..192fed6a6 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/PriorMessage.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/PriorMessage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/QuickReplyItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/QuickReplyItem.java index 274e50e9e..990d2e761 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/QuickReplyItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/QuickReplyItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/ReadItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/ReadItem.java index f10f8db04..3ede7cd07 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/ReadItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/ReadItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/ReferralItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/ReferralItem.java index 3b848b75e..1fcae6a0b 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/ReferralItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/ReferralItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/ReplyTo.java b/src/main/lombok/com/restfb/types/webhook/messaging/ReplyTo.java index f9adb2780..34be5def3 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/ReplyTo.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/ReplyTo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/RequestThreadControlItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/RequestThreadControlItem.java index da8948ac9..819e71621 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/RequestThreadControlItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/RequestThreadControlItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/SummaryItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/SummaryItem.java index 7b2d61392..a01b2ed4c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/SummaryItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/SummaryItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/TakeThreadControlItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/TakeThreadControlItem.java index 82d3be278..86774705c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/TakeThreadControlItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/TakeThreadControlItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/UserVerbValue.java b/src/main/lombok/com/restfb/types/webhook/messaging/UserVerbValue.java index 44e9ad82d..9b28a293e 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/UserVerbValue.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/UserVerbValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/AirlineFieldItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/AirlineFieldItem.java index 2ae2970a9..1969459ad 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/AirlineFieldItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/AirlineFieldItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/BoardingPassItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/BoardingPassItem.java index a4c604d00..4f8d234ed 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/BoardingPassItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/BoardingPassItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightAirportItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightAirportItem.java index 968e0fae5..a3969d417 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightAirportItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightAirportItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightInfoItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightInfoItem.java index 8c8c05ac5..0df93582c 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightInfoItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightInfoItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightScheduleItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightScheduleItem.java index 73ee00319..ed35d5bbc 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightScheduleItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/FlightScheduleItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerInfoItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerInfoItem.java index 51e10be31..356755c68 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerInfoItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerInfoItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerSegmentInfoItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerSegmentInfoItem.java index 98a62a2ae..0452b1d42 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerSegmentInfoItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PassengerSegmentInfoItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PriceInfoItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PriceInfoItem.java index 4df470b97..20ab5cbd6 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/PriceInfoItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/PriceInfoItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/airline/ProductInfoItem.java b/src/main/lombok/com/restfb/types/webhook/messaging/airline/ProductInfoItem.java index 86f282a25..3150ef929 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/airline/ProductInfoItem.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/airline/ProductInfoItem.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseNlpEntity.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseNlpEntity.java index fcfb8d96e..18e11e5eb 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseNlpEntity.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseNlpEntity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseTypeNlpEntity.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseTypeNlpEntity.java index dba3f5b36..3dc26fdfa 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseTypeNlpEntity.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseTypeNlpEntity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseUnitNlpEntity.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseUnitNlpEntity.java index f88fd9ceb..6f5180260 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseUnitNlpEntity.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/BaseUnitNlpEntity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpAmountOfMoney.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpAmountOfMoney.java index 4cf0c5d8c..2482f6cd2 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpAmountOfMoney.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpAmountOfMoney.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpBye.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpBye.java index 8e2bc3207..7d4eb1ac5 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpBye.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpBye.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpCustomWitAi.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpCustomWitAi.java index c374465ba..1bc23d17b 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpCustomWitAi.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpCustomWitAi.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDatetime.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDatetime.java index 394a6460a..15154082f 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDatetime.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDatetime.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDistance.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDistance.java index fc667b280..9fa8acf4f 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDistance.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDistance.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDuration.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDuration.java index 2b4055c4d..cba26c13a 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDuration.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpDuration.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpEmail.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpEmail.java index 66badcea1..47e1e2dd1 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpEmail.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpEmail.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpError.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpError.java index 52215780f..40b1eece1 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpError.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpError.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpGreetings.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpGreetings.java index 5d14c0afa..fb499ed34 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpGreetings.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpGreetings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpLocation.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpLocation.java index 7520d4da8..191572b51 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpLocation.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpLocation.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpPhoneNumber.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpPhoneNumber.java index e4d32e0eb..2a4cf588e 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpPhoneNumber.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpPhoneNumber.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpQuantity.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpQuantity.java index 49ecaead9..bb213c56b 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpQuantity.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpQuantity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpReminder.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpReminder.java index 9a742b4b8..2505e58e5 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpReminder.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpReminder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpSentiment.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpSentiment.java index 7278265d1..71c5487e1 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpSentiment.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpSentiment.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpTemperature.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpTemperature.java index aa7df1c44..a8fe16ac1 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpTemperature.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpTemperature.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpUrl.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpUrl.java index 2cd9eefb5..695dd2b7b 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpUrl.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpUrl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpVolume.java b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpVolume.java index 01f87096c..5258be324 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpVolume.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/nlp/NlpVolume.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/payment/Amount.java b/src/main/lombok/com/restfb/types/webhook/messaging/payment/Amount.java index 26129afc8..7df9fd7db 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/payment/Amount.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/payment/Amount.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/payment/PaymentCredential.java b/src/main/lombok/com/restfb/types/webhook/messaging/payment/PaymentCredential.java index 64154b763..d26ad2851 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/payment/PaymentCredential.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/payment/PaymentCredential.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/payment/ReuqestedUserInfo.java b/src/main/lombok/com/restfb/types/webhook/messaging/payment/ReuqestedUserInfo.java index be8f8f27e..9fb655480 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/payment/ReuqestedUserInfo.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/payment/ReuqestedUserInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/webhook/messaging/payment/ShippingAddress.java b/src/main/lombok/com/restfb/types/webhook/messaging/payment/ShippingAddress.java index 9013399bf..d34d39481 100644 --- a/src/main/lombok/com/restfb/types/webhook/messaging/payment/ShippingAddress.java +++ b/src/main/lombok/com/restfb/types/webhook/messaging/payment/ShippingAddress.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WABAAnalytics.java b/src/main/lombok/com/restfb/types/whatsapp/WABAAnalytics.java index 45bf3d5fe..bac3ad2f5 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WABAAnalytics.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WABAAnalytics.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WABAAnalyticsDataPoint.java b/src/main/lombok/com/restfb/types/whatsapp/WABAAnalyticsDataPoint.java index b9247373d..b7c007d8e 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WABAAnalyticsDataPoint.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WABAAnalyticsDataPoint.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccount.java b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccount.java index 77af4a129..8a7107e4c 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccount.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccount.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccountToNumberCurrentStatus.java b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccountToNumberCurrentStatus.java index 2854083aa..03c64087f 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccountToNumberCurrentStatus.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppBusinessAccountToNumberCurrentStatus.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppMessageTemplate.java b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppMessageTemplate.java index 864d5b1da..06afe0197 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppMessageTemplate.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppMessageTemplate.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppNameVerificationRequest.java b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppNameVerificationRequest.java index e7383e4a2..f3bb54262 100644 --- a/src/main/lombok/com/restfb/types/whatsapp/WhatsAppNameVerificationRequest.java +++ b/src/main/lombok/com/restfb/types/whatsapp/WhatsAppNameVerificationRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/AbstractJsonMapperTests.java b/src/test/java/com/restfb/AbstractJsonMapperTests.java index 591a6727a..82e000bbc 100644 --- a/src/test/java/com/restfb/AbstractJsonMapperTests.java +++ b/src/test/java/com/restfb/AbstractJsonMapperTests.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/BinaryAttachmentTest.java b/src/test/java/com/restfb/BinaryAttachmentTest.java index 1495b5196..e257ad64f 100644 --- a/src/test/java/com/restfb/BinaryAttachmentTest.java +++ b/src/test/java/com/restfb/BinaryAttachmentTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/ClasspathWebRequestor.java b/src/test/java/com/restfb/ClasspathWebRequestor.java index d2918df1e..ad25be9dd 100644 --- a/src/test/java/com/restfb/ClasspathWebRequestor.java +++ b/src/test/java/com/restfb/ClasspathWebRequestor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/ConnectionGOTTest.java b/src/test/java/com/restfb/ConnectionGOTTest.java index 03a2d28d5..f063600c5 100644 --- a/src/test/java/com/restfb/ConnectionGOTTest.java +++ b/src/test/java/com/restfb/ConnectionGOTTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/ConnectionTest.java b/src/test/java/com/restfb/ConnectionTest.java index 899fcb7d5..4e4a4e5e6 100644 --- a/src/test/java/com/restfb/ConnectionTest.java +++ b/src/test/java/com/restfb/ConnectionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/DebugHeaderInfoTest.java b/src/test/java/com/restfb/DebugHeaderInfoTest.java index d5029664b..cb29701d6 100644 --- a/src/test/java/com/restfb/DebugHeaderInfoTest.java +++ b/src/test/java/com/restfb/DebugHeaderInfoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/DefaultWebRequestorTest.java b/src/test/java/com/restfb/DefaultWebRequestorTest.java index d65501f61..9251961be 100644 --- a/src/test/java/com/restfb/DefaultWebRequestorTest.java +++ b/src/test/java/com/restfb/DefaultWebRequestorTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/EnumTestEnum.java b/src/test/java/com/restfb/EnumTestEnum.java index f417bbc7a..92fe6874d 100644 --- a/src/test/java/com/restfb/EnumTestEnum.java +++ b/src/test/java/com/restfb/EnumTestEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/EnumTestType.java b/src/test/java/com/restfb/EnumTestType.java index 43fb627b0..5fd9e56a3 100644 --- a/src/test/java/com/restfb/EnumTestType.java +++ b/src/test/java/com/restfb/EnumTestType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/EnumTestTypeSimple.java b/src/test/java/com/restfb/EnumTestTypeSimple.java index ae223b25f..95b714016 100644 --- a/src/test/java/com/restfb/EnumTestTypeSimple.java +++ b/src/test/java/com/restfb/EnumTestTypeSimple.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/FacebookClientBatchTest.java b/src/test/java/com/restfb/FacebookClientBatchTest.java index 0fdd5be8e..a2d25b4c1 100644 --- a/src/test/java/com/restfb/FacebookClientBatchTest.java +++ b/src/test/java/com/restfb/FacebookClientBatchTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/FacebookClientTest.java b/src/test/java/com/restfb/FacebookClientTest.java index 1be66c562..1b32218a6 100644 --- a/src/test/java/com/restfb/FacebookClientTest.java +++ b/src/test/java/com/restfb/FacebookClientTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/FakeWebRequestor.java b/src/test/java/com/restfb/FakeWebRequestor.java index 5bc13744a..8e1a60394 100644 --- a/src/test/java/com/restfb/FakeWebRequestor.java +++ b/src/test/java/com/restfb/FakeWebRequestor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/JsonMapperEnumTest.java b/src/test/java/com/restfb/JsonMapperEnumTest.java index ce553e3d3..6677f440c 100644 --- a/src/test/java/com/restfb/JsonMapperEnumTest.java +++ b/src/test/java/com/restfb/JsonMapperEnumTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/JsonMapperErrorSwallowingTest.java b/src/test/java/com/restfb/JsonMapperErrorSwallowingTest.java index 33131c84c..6369f9ec2 100644 --- a/src/test/java/com/restfb/JsonMapperErrorSwallowingTest.java +++ b/src/test/java/com/restfb/JsonMapperErrorSwallowingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/JsonMapperMultiFieldTest.java b/src/test/java/com/restfb/JsonMapperMultiFieldTest.java index 76e8a56a4..11ac7ae46 100644 --- a/src/test/java/com/restfb/JsonMapperMultiFieldTest.java +++ b/src/test/java/com/restfb/JsonMapperMultiFieldTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/JsonMapperToJavaTest.java b/src/test/java/com/restfb/JsonMapperToJavaTest.java index 9e274afd5..44425f49b 100644 --- a/src/test/java/com/restfb/JsonMapperToJavaTest.java +++ b/src/test/java/com/restfb/JsonMapperToJavaTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/JsonMapperToJsonTest.java b/src/test/java/com/restfb/JsonMapperToJsonTest.java index 1e398c065..cbf6f3a68 100644 --- a/src/test/java/com/restfb/JsonMapperToJsonTest.java +++ b/src/test/java/com/restfb/JsonMapperToJsonTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/OAuthExceptionTest.java b/src/test/java/com/restfb/OAuthExceptionTest.java index 04e605b78..9ef391c80 100644 --- a/src/test/java/com/restfb/OAuthExceptionTest.java +++ b/src/test/java/com/restfb/OAuthExceptionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/ParameterTest.java b/src/test/java/com/restfb/ParameterTest.java index 7a2dca672..0277b73ee 100644 --- a/src/test/java/com/restfb/ParameterTest.java +++ b/src/test/java/com/restfb/ParameterTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/PrivateUser.java b/src/test/java/com/restfb/PrivateUser.java index 817a341bd..9a3c97d81 100644 --- a/src/test/java/com/restfb/PrivateUser.java +++ b/src/test/java/com/restfb/PrivateUser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/SerializationTests.java b/src/test/java/com/restfb/SerializationTests.java index 68786f2b9..176f4d4d6 100644 --- a/src/test/java/com/restfb/SerializationTests.java +++ b/src/test/java/com/restfb/SerializationTests.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/SignedRequestTest.java b/src/test/java/com/restfb/SignedRequestTest.java index b5d71c976..0244bd359 100644 --- a/src/test/java/com/restfb/SignedRequestTest.java +++ b/src/test/java/com/restfb/SignedRequestTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/SpecialCommentHandlingTest.java b/src/test/java/com/restfb/SpecialCommentHandlingTest.java index c3b58c6df..03d41d2e3 100644 --- a/src/test/java/com/restfb/SpecialCommentHandlingTest.java +++ b/src/test/java/com/restfb/SpecialCommentHandlingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/StatusExceptionTest.java b/src/test/java/com/restfb/StatusExceptionTest.java index 5a39ae0a8..7b1106eb4 100644 --- a/src/test/java/com/restfb/StatusExceptionTest.java +++ b/src/test/java/com/restfb/StatusExceptionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/WebRequestorTest.java b/src/test/java/com/restfb/WebRequestorTest.java index f1fe1f985..a2790970b 100644 --- a/src/test/java/com/restfb/WebRequestorTest.java +++ b/src/test/java/com/restfb/WebRequestorTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/batch/BatchRequestTest.java b/src/test/java/com/restfb/batch/BatchRequestTest.java index ad70b7302..8760303e0 100644 --- a/src/test/java/com/restfb/batch/BatchRequestTest.java +++ b/src/test/java/com/restfb/batch/BatchRequestTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/exception/DeviceTokenExceptionFactoryTest.java b/src/test/java/com/restfb/exception/DeviceTokenExceptionFactoryTest.java index b93bf1f23..9358bfcd6 100644 --- a/src/test/java/com/restfb/exception/DeviceTokenExceptionFactoryTest.java +++ b/src/test/java/com/restfb/exception/DeviceTokenExceptionFactoryTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/exception/generator/FacebookExceptionGeneratorTest.java b/src/test/java/com/restfb/exception/generator/FacebookExceptionGeneratorTest.java index 9e4b682b1..6f327da03 100644 --- a/src/test/java/com/restfb/exception/generator/FacebookExceptionGeneratorTest.java +++ b/src/test/java/com/restfb/exception/generator/FacebookExceptionGeneratorTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/DeviceCodeITCase.java b/src/test/java/com/restfb/integration/DeviceCodeITCase.java index 8a7ef45b8..d397e4934 100644 --- a/src/test/java/com/restfb/integration/DeviceCodeITCase.java +++ b/src/test/java/com/restfb/integration/DeviceCodeITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/EtagWebRequestorITCase.java b/src/test/java/com/restfb/integration/EtagWebRequestorITCase.java index 49aa98983..815fe28fd 100644 --- a/src/test/java/com/restfb/integration/EtagWebRequestorITCase.java +++ b/src/test/java/com/restfb/integration/EtagWebRequestorITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchAllPageAccessTokensITCase.java b/src/test/java/com/restfb/integration/FetchAllPageAccessTokensITCase.java index 2e9e56f61..097802000 100644 --- a/src/test/java/com/restfb/integration/FetchAllPageAccessTokensITCase.java +++ b/src/test/java/com/restfb/integration/FetchAllPageAccessTokensITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchConnectionFeedWithFieldsITCase.java b/src/test/java/com/restfb/integration/FetchConnectionFeedWithFieldsITCase.java index b8269dee5..26f1e18e1 100644 --- a/src/test/java/com/restfb/integration/FetchConnectionFeedWithFieldsITCase.java +++ b/src/test/java/com/restfb/integration/FetchConnectionFeedWithFieldsITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchConnectionPageITCase.java b/src/test/java/com/restfb/integration/FetchConnectionPageITCase.java index 2aeab4a6d..b5a15095e 100644 --- a/src/test/java/com/restfb/integration/FetchConnectionPageITCase.java +++ b/src/test/java/com/restfb/integration/FetchConnectionPageITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchCursorOnlyConnectionITCase.java b/src/test/java/com/restfb/integration/FetchCursorOnlyConnectionITCase.java index 07909e717..bec95c5d9 100644 --- a/src/test/java/com/restfb/integration/FetchCursorOnlyConnectionITCase.java +++ b/src/test/java/com/restfb/integration/FetchCursorOnlyConnectionITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchEventsIssue252.java b/src/test/java/com/restfb/integration/FetchEventsIssue252.java index 792fd44c9..c0a4ef822 100644 --- a/src/test/java/com/restfb/integration/FetchEventsIssue252.java +++ b/src/test/java/com/restfb/integration/FetchEventsIssue252.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchGroupITCase.java b/src/test/java/com/restfb/integration/FetchGroupITCase.java index 283e32ef6..3d057524b 100644 --- a/src/test/java/com/restfb/integration/FetchGroupITCase.java +++ b/src/test/java/com/restfb/integration/FetchGroupITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchIDs.java b/src/test/java/com/restfb/integration/FetchIDs.java index c6f07d313..f4badc165 100644 --- a/src/test/java/com/restfb/integration/FetchIDs.java +++ b/src/test/java/com/restfb/integration/FetchIDs.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchInboxITCase.java b/src/test/java/com/restfb/integration/FetchInboxITCase.java index b672d5ab9..1e8f5d66c 100644 --- a/src/test/java/com/restfb/integration/FetchInboxITCase.java +++ b/src/test/java/com/restfb/integration/FetchInboxITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchMeWithAppProof.java b/src/test/java/com/restfb/integration/FetchMeWithAppProof.java index ad0ae95f6..25c33a69a 100644 --- a/src/test/java/com/restfb/integration/FetchMeWithAppProof.java +++ b/src/test/java/com/restfb/integration/FetchMeWithAppProof.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchMeWithEmail.java b/src/test/java/com/restfb/integration/FetchMeWithEmail.java index 4826c9606..61563e8dd 100644 --- a/src/test/java/com/restfb/integration/FetchMeWithEmail.java +++ b/src/test/java/com/restfb/integration/FetchMeWithEmail.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchMembersFromGroupITCase.java b/src/test/java/com/restfb/integration/FetchMembersFromGroupITCase.java index f7bca8419..1db705824 100644 --- a/src/test/java/com/restfb/integration/FetchMembersFromGroupITCase.java +++ b/src/test/java/com/restfb/integration/FetchMembersFromGroupITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchMyLikesITCase.java b/src/test/java/com/restfb/integration/FetchMyLikesITCase.java index c412e7b6c..f40206e9a 100644 --- a/src/test/java/com/restfb/integration/FetchMyLikesITCase.java +++ b/src/test/java/com/restfb/integration/FetchMyLikesITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/FetchOpenGraphUrlITCase.java b/src/test/java/com/restfb/integration/FetchOpenGraphUrlITCase.java index 4272cd86d..e04e76e72 100644 --- a/src/test/java/com/restfb/integration/FetchOpenGraphUrlITCase.java +++ b/src/test/java/com/restfb/integration/FetchOpenGraphUrlITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/MessageTagsITCase.java b/src/test/java/com/restfb/integration/MessageTagsITCase.java index 2edf6e430..686c34429 100644 --- a/src/test/java/com/restfb/integration/MessageTagsITCase.java +++ b/src/test/java/com/restfb/integration/MessageTagsITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/MessengerUnicodeITCase.java b/src/test/java/com/restfb/integration/MessengerUnicodeITCase.java index c7f74d802..ea5f614f7 100644 --- a/src/test/java/com/restfb/integration/MessengerUnicodeITCase.java +++ b/src/test/java/com/restfb/integration/MessengerUnicodeITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/MessengerWelcomeITCase.java b/src/test/java/com/restfb/integration/MessengerWelcomeITCase.java index 436a6d837..17e3145bf 100644 --- a/src/test/java/com/restfb/integration/MessengerWelcomeITCase.java +++ b/src/test/java/com/restfb/integration/MessengerWelcomeITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PostByteImageITCase.java b/src/test/java/com/restfb/integration/PostByteImageITCase.java index fd96067b6..b9ceb2dbc 100644 --- a/src/test/java/com/restfb/integration/PostByteImageITCase.java +++ b/src/test/java/com/restfb/integration/PostByteImageITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PostByteImageScheduledITCase.java b/src/test/java/com/restfb/integration/PostByteImageScheduledITCase.java index 6a7fddb46..7ee8aa360 100644 --- a/src/test/java/com/restfb/integration/PostByteImageScheduledITCase.java +++ b/src/test/java/com/restfb/integration/PostByteImageScheduledITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PostSearchITCase.java b/src/test/java/com/restfb/integration/PostSearchITCase.java index 8fb28d3b1..a73423a32 100644 --- a/src/test/java/com/restfb/integration/PostSearchITCase.java +++ b/src/test/java/com/restfb/integration/PostSearchITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PostTwoBinaryITCase.java b/src/test/java/com/restfb/integration/PostTwoBinaryITCase.java index 9f1cce148..2c50e287a 100644 --- a/src/test/java/com/restfb/integration/PostTwoBinaryITCase.java +++ b/src/test/java/com/restfb/integration/PostTwoBinaryITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PostWithTotalCountITCase.java b/src/test/java/com/restfb/integration/PostWithTotalCountITCase.java index 5497e3a20..ddef3e7f3 100644 --- a/src/test/java/com/restfb/integration/PostWithTotalCountITCase.java +++ b/src/test/java/com/restfb/integration/PostWithTotalCountITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PublishImageToGroupITCase.java b/src/test/java/com/restfb/integration/PublishImageToGroupITCase.java index f31af0f89..921fc01a5 100644 --- a/src/test/java/com/restfb/integration/PublishImageToGroupITCase.java +++ b/src/test/java/com/restfb/integration/PublishImageToGroupITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PublishMeFeedWithAppProof.java b/src/test/java/com/restfb/integration/PublishMeFeedWithAppProof.java index 1a65a7f76..f0b8c6253 100644 --- a/src/test/java/com/restfb/integration/PublishMeFeedWithAppProof.java +++ b/src/test/java/com/restfb/integration/PublishMeFeedWithAppProof.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/PublishMessageToGroupITCase.java b/src/test/java/com/restfb/integration/PublishMessageToGroupITCase.java index 4a30464cf..9690cb861 100644 --- a/src/test/java/com/restfb/integration/PublishMessageToGroupITCase.java +++ b/src/test/java/com/restfb/integration/PublishMessageToGroupITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/SimpleBatchITCase.java b/src/test/java/com/restfb/integration/SimpleBatchITCase.java index 19dd7ff0b..99f6aed6f 100644 --- a/src/test/java/com/restfb/integration/SimpleBatchITCase.java +++ b/src/test/java/com/restfb/integration/SimpleBatchITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/WebRequestorDebugInfoITCase.java b/src/test/java/com/restfb/integration/WebRequestorDebugInfoITCase.java index ddbbb8e69..cb8be783f 100644 --- a/src/test/java/com/restfb/integration/WebRequestorDebugInfoITCase.java +++ b/src/test/java/com/restfb/integration/WebRequestorDebugInfoITCase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/base/NeedFacebookWriteAccess.java b/src/test/java/com/restfb/integration/base/NeedFacebookWriteAccess.java index 24cd8e184..7dcb6203a 100644 --- a/src/test/java/com/restfb/integration/base/NeedFacebookWriteAccess.java +++ b/src/test/java/com/restfb/integration/base/NeedFacebookWriteAccess.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/base/RestFbImageIntegrationTestBase.java b/src/test/java/com/restfb/integration/base/RestFbImageIntegrationTestBase.java index 64a429f73..1ed517726 100644 --- a/src/test/java/com/restfb/integration/base/RestFbImageIntegrationTestBase.java +++ b/src/test/java/com/restfb/integration/base/RestFbImageIntegrationTestBase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/base/RestFbIntegrationTestBase.java b/src/test/java/com/restfb/integration/base/RestFbIntegrationTestBase.java index 8c398e554..04006728f 100644 --- a/src/test/java/com/restfb/integration/base/RestFbIntegrationTestBase.java +++ b/src/test/java/com/restfb/integration/base/RestFbIntegrationTestBase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/integration/base/RestFbIntegrationTestSettings.java b/src/test/java/com/restfb/integration/base/RestFbIntegrationTestSettings.java index d47183193..da7e9ce6d 100644 --- a/src/test/java/com/restfb/integration/base/RestFbIntegrationTestSettings.java +++ b/src/test/java/com/restfb/integration/base/RestFbIntegrationTestSettings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/logging/JulMessageTest.java b/src/test/java/com/restfb/logging/JulMessageTest.java index b03b8f634..9906f1f7f 100644 --- a/src/test/java/com/restfb/logging/JulMessageTest.java +++ b/src/test/java/com/restfb/logging/JulMessageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/scope/ScopeBuilderTest.java b/src/test/java/com/restfb/scope/ScopeBuilderTest.java index 906809454..8c450b9a4 100644 --- a/src/test/java/com/restfb/scope/ScopeBuilderTest.java +++ b/src/test/java/com/restfb/scope/ScopeBuilderTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/AssertJson.java b/src/test/java/com/restfb/testutils/AssertJson.java index f6fd2fe3e..68d631da3 100644 --- a/src/test/java/com/restfb/testutils/AssertJson.java +++ b/src/test/java/com/restfb/testutils/AssertJson.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/BatchRequestAssert.java b/src/test/java/com/restfb/testutils/BatchRequestAssert.java index b21b8d457..0292f28ba 100644 --- a/src/test/java/com/restfb/testutils/BatchRequestAssert.java +++ b/src/test/java/com/restfb/testutils/BatchRequestAssert.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/BinaryAttachmentAssert.java b/src/test/java/com/restfb/testutils/BinaryAttachmentAssert.java index c7f1081c1..3620106de 100644 --- a/src/test/java/com/restfb/testutils/BinaryAttachmentAssert.java +++ b/src/test/java/com/restfb/testutils/BinaryAttachmentAssert.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/FakeWebRequestorAssert.java b/src/test/java/com/restfb/testutils/FakeWebRequestorAssert.java index f9648200e..f56f1f27b 100644 --- a/src/test/java/com/restfb/testutils/FakeWebRequestorAssert.java +++ b/src/test/java/com/restfb/testutils/FakeWebRequestorAssert.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/ParameterAssert.java b/src/test/java/com/restfb/testutils/ParameterAssert.java index b0b5b4d71..962755a44 100644 --- a/src/test/java/com/restfb/testutils/ParameterAssert.java +++ b/src/test/java/com/restfb/testutils/ParameterAssert.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/RestfbAssertions.java b/src/test/java/com/restfb/testutils/RestfbAssertions.java index 39eb8308d..4eaa1a27a 100644 --- a/src/test/java/com/restfb/testutils/RestfbAssertions.java +++ b/src/test/java/com/restfb/testutils/RestfbAssertions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/testutils/test/AssertJsonTest.java b/src/test/java/com/restfb/testutils/test/AssertJsonTest.java index 62079272d..c710bd147 100644 --- a/src/test/java/com/restfb/testutils/test/AssertJsonTest.java +++ b/src/test/java/com/restfb/testutils/test/AssertJsonTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/AccountTest.java b/src/test/java/com/restfb/types/AccountTest.java index 6a0f12588..0d8b0f04d 100644 --- a/src/test/java/com/restfb/types/AccountTest.java +++ b/src/test/java/com/restfb/types/AccountTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/AlbumTest.java b/src/test/java/com/restfb/types/AlbumTest.java index c1ce18731..bb95d7318 100644 --- a/src/test/java/com/restfb/types/AlbumTest.java +++ b/src/test/java/com/restfb/types/AlbumTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ApplicationTest.java b/src/test/java/com/restfb/types/ApplicationTest.java index 0d55477f1..df960b713 100644 --- a/src/test/java/com/restfb/types/ApplicationTest.java +++ b/src/test/java/com/restfb/types/ApplicationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/CommentTest.java b/src/test/java/com/restfb/types/CommentTest.java index 22cc01551..f1c228499 100644 --- a/src/test/java/com/restfb/types/CommentTest.java +++ b/src/test/java/com/restfb/types/CommentTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/DeAuthTest.java b/src/test/java/com/restfb/types/DeAuthTest.java index ba21822b8..1c9c1a46d 100644 --- a/src/test/java/com/restfb/types/DeAuthTest.java +++ b/src/test/java/com/restfb/types/DeAuthTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/DebugTokenInfoTest.java b/src/test/java/com/restfb/types/DebugTokenInfoTest.java index 13ea79be8..9f4765baf 100644 --- a/src/test/java/com/restfb/types/DebugTokenInfoTest.java +++ b/src/test/java/com/restfb/types/DebugTokenInfoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/DeviceCodeTest.java b/src/test/java/com/restfb/types/DeviceCodeTest.java index 09fcd3942..3df41ecd1 100644 --- a/src/test/java/com/restfb/types/DeviceCodeTest.java +++ b/src/test/java/com/restfb/types/DeviceCodeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/EducationTest.java b/src/test/java/com/restfb/types/EducationTest.java index 0a91f339b..2b36dcb03 100644 --- a/src/test/java/com/restfb/types/EducationTest.java +++ b/src/test/java/com/restfb/types/EducationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/EventTest.java b/src/test/java/com/restfb/types/EventTest.java index e5a624c4b..2d01afb37 100644 --- a/src/test/java/com/restfb/types/EventTest.java +++ b/src/test/java/com/restfb/types/EventTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/GraphResponseTest.java b/src/test/java/com/restfb/types/GraphResponseTest.java index c6d96037c..e1efe58ca 100644 --- a/src/test/java/com/restfb/types/GraphResponseTest.java +++ b/src/test/java/com/restfb/types/GraphResponseTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/GroupTest.java b/src/test/java/com/restfb/types/GroupTest.java index 2f93d5d55..ebc2610ff 100644 --- a/src/test/java/com/restfb/types/GroupTest.java +++ b/src/test/java/com/restfb/types/GroupTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/InsightTest.java b/src/test/java/com/restfb/types/InsightTest.java index 4b308a3ab..a5125f107 100644 --- a/src/test/java/com/restfb/types/InsightTest.java +++ b/src/test/java/com/restfb/types/InsightTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/InstagramUserTest.java b/src/test/java/com/restfb/types/InstagramUserTest.java index 3804d851d..0e90a7201 100644 --- a/src/test/java/com/restfb/types/InstagramUserTest.java +++ b/src/test/java/com/restfb/types/InstagramUserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/JsonObjectTest.java b/src/test/java/com/restfb/types/JsonObjectTest.java index fcfe1dda6..d506e56c6 100644 --- a/src/test/java/com/restfb/types/JsonObjectTest.java +++ b/src/test/java/com/restfb/types/JsonObjectTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/LikesTest.java b/src/test/java/com/restfb/types/LikesTest.java index f07a19684..85ee4ac9d 100644 --- a/src/test/java/com/restfb/types/LikesTest.java +++ b/src/test/java/com/restfb/types/LikesTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/MessageTest.java b/src/test/java/com/restfb/types/MessageTest.java index 10ff3a025..3bb5df55e 100644 --- a/src/test/java/com/restfb/types/MessageTest.java +++ b/src/test/java/com/restfb/types/MessageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/MetadataUserTest.java b/src/test/java/com/restfb/types/MetadataUserTest.java index a39807f39..4a7cf5674 100644 --- a/src/test/java/com/restfb/types/MetadataUserTest.java +++ b/src/test/java/com/restfb/types/MetadataUserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/MilestoneTest.java b/src/test/java/com/restfb/types/MilestoneTest.java index 4c862fb34..e03a25ec1 100644 --- a/src/test/java/com/restfb/types/MilestoneTest.java +++ b/src/test/java/com/restfb/types/MilestoneTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/OpenGraphRatingTest.java b/src/test/java/com/restfb/types/OpenGraphRatingTest.java index 1f0521773..f8dec07cb 100644 --- a/src/test/java/com/restfb/types/OpenGraphRatingTest.java +++ b/src/test/java/com/restfb/types/OpenGraphRatingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageAdminNoteTest.java b/src/test/java/com/restfb/types/PageAdminNoteTest.java index 61a60c2c9..f0fe4ba95 100644 --- a/src/test/java/com/restfb/types/PageAdminNoteTest.java +++ b/src/test/java/com/restfb/types/PageAdminNoteTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageCallToActionTest.java b/src/test/java/com/restfb/types/PageCallToActionTest.java index 887ca1500..ed0b4134d 100644 --- a/src/test/java/com/restfb/types/PageCallToActionTest.java +++ b/src/test/java/com/restfb/types/PageCallToActionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageLabelTest.java b/src/test/java/com/restfb/types/PageLabelTest.java index 50735d8e9..b2e9a0174 100644 --- a/src/test/java/com/restfb/types/PageLabelTest.java +++ b/src/test/java/com/restfb/types/PageLabelTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageLifeEventTest.java b/src/test/java/com/restfb/types/PageLifeEventTest.java index 42ba77819..52ad38656 100644 --- a/src/test/java/com/restfb/types/PageLifeEventTest.java +++ b/src/test/java/com/restfb/types/PageLifeEventTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageMessageTagTest.java b/src/test/java/com/restfb/types/PageMessageTagTest.java index 7bd5845d5..0778806fc 100644 --- a/src/test/java/com/restfb/types/PageMessageTagTest.java +++ b/src/test/java/com/restfb/types/PageMessageTagTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PagePaymentOptionsTest.java b/src/test/java/com/restfb/types/PagePaymentOptionsTest.java index dfa8c39f8..c683f7a36 100644 --- a/src/test/java/com/restfb/types/PagePaymentOptionsTest.java +++ b/src/test/java/com/restfb/types/PagePaymentOptionsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageRatingTest.java b/src/test/java/com/restfb/types/PageRatingTest.java index 7b8b11545..8ae3bb1eb 100644 --- a/src/test/java/com/restfb/types/PageRatingTest.java +++ b/src/test/java/com/restfb/types/PageRatingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PageTest.java b/src/test/java/com/restfb/types/PageTest.java index dacd7069c..d5df4a35e 100644 --- a/src/test/java/com/restfb/types/PageTest.java +++ b/src/test/java/com/restfb/types/PageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PhotoBackdateTest.java b/src/test/java/com/restfb/types/PhotoBackdateTest.java index f47f139d1..633a7e83b 100644 --- a/src/test/java/com/restfb/types/PhotoBackdateTest.java +++ b/src/test/java/com/restfb/types/PhotoBackdateTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PhotoTagsTest.java b/src/test/java/com/restfb/types/PhotoTagsTest.java index e97577a3f..6e3a2610b 100644 --- a/src/test/java/com/restfb/types/PhotoTagsTest.java +++ b/src/test/java/com/restfb/types/PhotoTagsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PhotoTest.java b/src/test/java/com/restfb/types/PhotoTest.java index 3670dfd98..703f5bdc2 100644 --- a/src/test/java/com/restfb/types/PhotoTest.java +++ b/src/test/java/com/restfb/types/PhotoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PlaceLocationStringTest.java b/src/test/java/com/restfb/types/PlaceLocationStringTest.java index ee237b74d..8d72c1688 100644 --- a/src/test/java/com/restfb/types/PlaceLocationStringTest.java +++ b/src/test/java/com/restfb/types/PlaceLocationStringTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PlaceTest.java b/src/test/java/com/restfb/types/PlaceTest.java index a86150ca5..7e50d58d8 100644 --- a/src/test/java/com/restfb/types/PlaceTest.java +++ b/src/test/java/com/restfb/types/PlaceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/PostTest.java b/src/test/java/com/restfb/types/PostTest.java index 956be58cd..33e1c6b82 100644 --- a/src/test/java/com/restfb/types/PostTest.java +++ b/src/test/java/com/restfb/types/PostTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ResumableUploadTest.java b/src/test/java/com/restfb/types/ResumableUploadTest.java index 46c2bdafe..f463ca2e1 100644 --- a/src/test/java/com/restfb/types/ResumableUploadTest.java +++ b/src/test/java/com/restfb/types/ResumableUploadTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/SearchPlaceTest.java b/src/test/java/com/restfb/types/SearchPlaceTest.java index 4da992f1a..57364d44a 100644 --- a/src/test/java/com/restfb/types/SearchPlaceTest.java +++ b/src/test/java/com/restfb/types/SearchPlaceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/SendApiTest.java b/src/test/java/com/restfb/types/SendApiTest.java index 34b1d732a..4c31aa32c 100644 --- a/src/test/java/com/restfb/types/SendApiTest.java +++ b/src/test/java/com/restfb/types/SendApiTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/StatusMessageTest.java b/src/test/java/com/restfb/types/StatusMessageTest.java index 9b9e70e8d..62dfde25a 100644 --- a/src/test/java/com/restfb/types/StatusMessageTest.java +++ b/src/test/java/com/restfb/types/StatusMessageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/StoryAttachmentTest.java b/src/test/java/com/restfb/types/StoryAttachmentTest.java index 620518c90..a40defed8 100644 --- a/src/test/java/com/restfb/types/StoryAttachmentTest.java +++ b/src/test/java/com/restfb/types/StoryAttachmentTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/SubscriptionTest.java b/src/test/java/com/restfb/types/SubscriptionTest.java index 0683d5f0d..eaea4e39b 100644 --- a/src/test/java/com/restfb/types/SubscriptionTest.java +++ b/src/test/java/com/restfb/types/SubscriptionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ThreadTest.java b/src/test/java/com/restfb/types/ThreadTest.java index b900120de..7a4cd0834 100644 --- a/src/test/java/com/restfb/types/ThreadTest.java +++ b/src/test/java/com/restfb/types/ThreadTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/UrlPayloadTest.java b/src/test/java/com/restfb/types/UrlPayloadTest.java index 41c9bbf33..3a55cf4ac 100644 --- a/src/test/java/com/restfb/types/UrlPayloadTest.java +++ b/src/test/java/com/restfb/types/UrlPayloadTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/UrlTest.java b/src/test/java/com/restfb/types/UrlTest.java index 6253b50ab..3446a1290 100644 --- a/src/test/java/com/restfb/types/UrlTest.java +++ b/src/test/java/com/restfb/types/UrlTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/UserPermissionTest.java b/src/test/java/com/restfb/types/UserPermissionTest.java index dd77c72b7..e964311d8 100644 --- a/src/test/java/com/restfb/types/UserPermissionTest.java +++ b/src/test/java/com/restfb/types/UserPermissionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/UserProfileTest.java b/src/test/java/com/restfb/types/UserProfileTest.java index dcacdd76f..c7a666e43 100644 --- a/src/test/java/com/restfb/types/UserProfileTest.java +++ b/src/test/java/com/restfb/types/UserProfileTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/UserTest.java b/src/test/java/com/restfb/types/UserTest.java index 9cd66b4b8..e0c7b8df6 100644 --- a/src/test/java/com/restfb/types/UserTest.java +++ b/src/test/java/com/restfb/types/UserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/VideoListTest.java b/src/test/java/com/restfb/types/VideoListTest.java index e9e2623eb..920baab19 100644 --- a/src/test/java/com/restfb/types/VideoListTest.java +++ b/src/test/java/com/restfb/types/VideoListTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/VideoTest.java b/src/test/java/com/restfb/types/VideoTest.java index 59eed642f..fcbbd9b25 100644 --- a/src/test/java/com/restfb/types/VideoTest.java +++ b/src/test/java/com/restfb/types/VideoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/WebhookMessagingNlpTest.java b/src/test/java/com/restfb/types/WebhookMessagingNlpTest.java index 3984708a4..1c6a1f7ea 100644 --- a/src/test/java/com/restfb/types/WebhookMessagingNlpTest.java +++ b/src/test/java/com/restfb/types/WebhookMessagingNlpTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/WebhookMessagingTest.java b/src/test/java/com/restfb/types/WebhookMessagingTest.java index 82622d967..e6c8998e5 100644 --- a/src/test/java/com/restfb/types/WebhookMessagingTest.java +++ b/src/test/java/com/restfb/types/WebhookMessagingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/WebhookPermissionTest.java b/src/test/java/com/restfb/types/WebhookPermissionTest.java index 4f2a187b9..02d23f171 100644 --- a/src/test/java/com/restfb/types/WebhookPermissionTest.java +++ b/src/test/java/com/restfb/types/WebhookPermissionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/WebhookTest.java b/src/test/java/com/restfb/types/WebhookTest.java index 2251ff5b9..d15053885 100644 --- a/src/test/java/com/restfb/types/WebhookTest.java +++ b/src/test/java/com/restfb/types/WebhookTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/WorkExperienceTest.java b/src/test/java/com/restfb/types/WorkExperienceTest.java index d2be12c79..266a5ce77 100644 --- a/src/test/java/com/restfb/types/WorkExperienceTest.java +++ b/src/test/java/com/restfb/types/WorkExperienceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdAccountTest.java b/src/test/java/com/restfb/types/ads/AdAccountTest.java index 5687abde5..3e3f8f90d 100644 --- a/src/test/java/com/restfb/types/ads/AdAccountTest.java +++ b/src/test/java/com/restfb/types/ads/AdAccountTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdCampaignFrequencyControlSpecsTest.java b/src/test/java/com/restfb/types/ads/AdCampaignFrequencyControlSpecsTest.java index 040fb7918..c16df140e 100644 --- a/src/test/java/com/restfb/types/ads/AdCampaignFrequencyControlSpecsTest.java +++ b/src/test/java/com/restfb/types/ads/AdCampaignFrequencyControlSpecsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdCreativeTest.java b/src/test/java/com/restfb/types/ads/AdCreativeTest.java index f7bacb182..e91184d9f 100644 --- a/src/test/java/com/restfb/types/ads/AdCreativeTest.java +++ b/src/test/java/com/restfb/types/ads/AdCreativeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdCreativeTextDataTest.java b/src/test/java/com/restfb/types/ads/AdCreativeTextDataTest.java index 45643fb8e..e720c858b 100644 --- a/src/test/java/com/restfb/types/ads/AdCreativeTextDataTest.java +++ b/src/test/java/com/restfb/types/ads/AdCreativeTextDataTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdTest.java b/src/test/java/com/restfb/types/ads/AdTest.java index 124ce6122..a0ba86c67 100644 --- a/src/test/java/com/restfb/types/ads/AdTest.java +++ b/src/test/java/com/restfb/types/ads/AdTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdsAccountGroupTest.java b/src/test/java/com/restfb/types/ads/AdsAccountGroupTest.java index bb9847ecf..8511f9d26 100644 --- a/src/test/java/com/restfb/types/ads/AdsAccountGroupTest.java +++ b/src/test/java/com/restfb/types/ads/AdsAccountGroupTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AdsUserTest.java b/src/test/java/com/restfb/types/ads/AdsUserTest.java index b11bf5735..5af89a916 100644 --- a/src/test/java/com/restfb/types/ads/AdsUserTest.java +++ b/src/test/java/com/restfb/types/ads/AdsUserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/AndroidAppLinkTest.java b/src/test/java/com/restfb/types/ads/AndroidAppLinkTest.java index 0300b85a8..31fc9d91e 100644 --- a/src/test/java/com/restfb/types/ads/AndroidAppLinkTest.java +++ b/src/test/java/com/restfb/types/ads/AndroidAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/FundingSourceDetailsTest.java b/src/test/java/com/restfb/types/ads/FundingSourceDetailsTest.java index ad4923049..5e5e0e793 100644 --- a/src/test/java/com/restfb/types/ads/FundingSourceDetailsTest.java +++ b/src/test/java/com/restfb/types/ads/FundingSourceDetailsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/IDNameTest.java b/src/test/java/com/restfb/types/ads/IDNameTest.java index f460e8226..e338f5ccf 100644 --- a/src/test/java/com/restfb/types/ads/IDNameTest.java +++ b/src/test/java/com/restfb/types/ads/IDNameTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/LeadTest.java b/src/test/java/com/restfb/types/ads/LeadTest.java index f519282b9..a9af8e206 100644 --- a/src/test/java/com/restfb/types/ads/LeadTest.java +++ b/src/test/java/com/restfb/types/ads/LeadTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/LookalikeSpecTest.java b/src/test/java/com/restfb/types/ads/LookalikeSpecTest.java index f19d485f2..c647cf6ac 100644 --- a/src/test/java/com/restfb/types/ads/LookalikeSpecTest.java +++ b/src/test/java/com/restfb/types/ads/LookalikeSpecTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/RuleTest.java b/src/test/java/com/restfb/types/ads/RuleTest.java index a3ff224f5..e51547411 100644 --- a/src/test/java/com/restfb/types/ads/RuleTest.java +++ b/src/test/java/com/restfb/types/ads/RuleTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingProductAudienceSubSpecTest.java b/src/test/java/com/restfb/types/ads/TargetingProductAudienceSubSpecTest.java index c9ffb7ca3..9b8fe2857 100644 --- a/src/test/java/com/restfb/types/ads/TargetingProductAudienceSubSpecTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingProductAudienceSubSpecTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingResponseDemographicTest.java b/src/test/java/com/restfb/types/ads/TargetingResponseDemographicTest.java index 54fadbd94..06fcdf471 100644 --- a/src/test/java/com/restfb/types/ads/TargetingResponseDemographicTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingResponseDemographicTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingResponseEducationTest.java b/src/test/java/com/restfb/types/ads/TargetingResponseEducationTest.java index 40c6933f3..e0c8f3548 100644 --- a/src/test/java/com/restfb/types/ads/TargetingResponseEducationTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingResponseEducationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingResponseGeographicMetadataTest.java b/src/test/java/com/restfb/types/ads/TargetingResponseGeographicMetadataTest.java index 2dc33b975..7a556292d 100644 --- a/src/test/java/com/restfb/types/ads/TargetingResponseGeographicMetadataTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingResponseGeographicMetadataTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingResponseGeographicTest.java b/src/test/java/com/restfb/types/ads/TargetingResponseGeographicTest.java index f4e410a25..c39699b60 100644 --- a/src/test/java/com/restfb/types/ads/TargetingResponseGeographicTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingResponseGeographicTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingResponseRadiusSuggestionTest.java b/src/test/java/com/restfb/types/ads/TargetingResponseRadiusSuggestionTest.java index 85de93c09..a5a8c6a10 100644 --- a/src/test/java/com/restfb/types/ads/TargetingResponseRadiusSuggestionTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingResponseRadiusSuggestionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingSentenceLineTest.java b/src/test/java/com/restfb/types/ads/TargetingSentenceLineTest.java index 0003c6874..147a32bb4 100644 --- a/src/test/java/com/restfb/types/ads/TargetingSentenceLineTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingSentenceLineTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/TargetingTest.java b/src/test/java/com/restfb/types/ads/TargetingTest.java index 8aaf8b530..197a16481 100644 --- a/src/test/java/com/restfb/types/ads/TargetingTest.java +++ b/src/test/java/com/restfb/types/ads/TargetingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/ads/UserPermissionTest.java b/src/test/java/com/restfb/types/ads/UserPermissionTest.java index b09fc6415..3a607318b 100644 --- a/src/test/java/com/restfb/types/ads/UserPermissionTest.java +++ b/src/test/java/com/restfb/types/ads/UserPermissionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/api/ApiCheckGenerator.java b/src/test/java/com/restfb/types/api/ApiCheckGenerator.java index 6cbedd830..ec9377387 100644 --- a/src/test/java/com/restfb/types/api/ApiCheckGenerator.java +++ b/src/test/java/com/restfb/types/api/ApiCheckGenerator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/api/ApiCheckTest.java b/src/test/java/com/restfb/types/api/ApiCheckTest.java index f3c25cf8d..80acab500 100644 --- a/src/test/java/com/restfb/types/api/ApiCheckTest.java +++ b/src/test/java/com/restfb/types/api/ApiCheckTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/api/BaseTestCheck.java b/src/test/java/com/restfb/types/api/BaseTestCheck.java index 216552a40..0dbda5a90 100644 --- a/src/test/java/com/restfb/types/api/BaseTestCheck.java +++ b/src/test/java/com/restfb/types/api/BaseTestCheck.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/api/SetterGetterTestBase.java b/src/test/java/com/restfb/types/api/SetterGetterTestBase.java index 4b3125bf5..eb47bc8eb 100644 --- a/src/test/java/com/restfb/types/api/SetterGetterTestBase.java +++ b/src/test/java/com/restfb/types/api/SetterGetterTestBase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/instagram/IgCommentTest.java b/src/test/java/com/restfb/types/instagram/IgCommentTest.java index 89f58c060..f527d99f4 100644 --- a/src/test/java/com/restfb/types/instagram/IgCommentTest.java +++ b/src/test/java/com/restfb/types/instagram/IgCommentTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/instagram/IgMediaTest.java b/src/test/java/com/restfb/types/instagram/IgMediaTest.java index 6e6c23956..0d234c27e 100644 --- a/src/test/java/com/restfb/types/instagram/IgMediaTest.java +++ b/src/test/java/com/restfb/types/instagram/IgMediaTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/instagram/IgUserTest.java b/src/test/java/com/restfb/types/instagram/IgUserTest.java index d23480edd..8a69a30c4 100644 --- a/src/test/java/com/restfb/types/instagram/IgUserTest.java +++ b/src/test/java/com/restfb/types/instagram/IgUserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/instagram/InstagramWebhookTest.java b/src/test/java/com/restfb/types/instagram/InstagramWebhookTest.java index e98124656..4ec4fc5b1 100644 --- a/src/test/java/com/restfb/types/instagram/InstagramWebhookTest.java +++ b/src/test/java/com/restfb/types/instagram/InstagramWebhookTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/CallToActionTest.java b/src/test/java/com/restfb/types/send/CallToActionTest.java index 0dd2c44d3..92090a77f 100644 --- a/src/test/java/com/restfb/types/send/CallToActionTest.java +++ b/src/test/java/com/restfb/types/send/CallToActionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/GreetingTest.java b/src/test/java/com/restfb/types/send/GreetingTest.java index a50b3c027..ed54e5a4b 100644 --- a/src/test/java/com/restfb/types/send/GreetingTest.java +++ b/src/test/java/com/restfb/types/send/GreetingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/IdMessageRecipientTest.java b/src/test/java/com/restfb/types/send/IdMessageRecipientTest.java index b785fedde..5933878ab 100644 --- a/src/test/java/com/restfb/types/send/IdMessageRecipientTest.java +++ b/src/test/java/com/restfb/types/send/IdMessageRecipientTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/MessageCreativeResponseTest.java b/src/test/java/com/restfb/types/send/MessageCreativeResponseTest.java index 867b1bc55..8b859435a 100644 --- a/src/test/java/com/restfb/types/send/MessageCreativeResponseTest.java +++ b/src/test/java/com/restfb/types/send/MessageCreativeResponseTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/MessagingTypeTest.java b/src/test/java/com/restfb/types/send/MessagingTypeTest.java index bd548161d..713b157db 100644 --- a/src/test/java/com/restfb/types/send/MessagingTypeTest.java +++ b/src/test/java/com/restfb/types/send/MessagingTypeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/MessengerProfilePropertiesTest.java b/src/test/java/com/restfb/types/send/MessengerProfilePropertiesTest.java index 3539a026f..dedac20c4 100644 --- a/src/test/java/com/restfb/types/send/MessengerProfilePropertiesTest.java +++ b/src/test/java/com/restfb/types/send/MessengerProfilePropertiesTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/PersistentMenuTest.java b/src/test/java/com/restfb/types/send/PersistentMenuTest.java index a07262b3c..3bc76371c 100644 --- a/src/test/java/com/restfb/types/send/PersistentMenuTest.java +++ b/src/test/java/com/restfb/types/send/PersistentMenuTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/SendResponseTest.java b/src/test/java/com/restfb/types/send/SendResponseTest.java index bd6c36cfa..8384d0a3b 100644 --- a/src/test/java/com/restfb/types/send/SendResponseTest.java +++ b/src/test/java/com/restfb/types/send/SendResponseTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/send/SponsoredMessageResponseTest.java b/src/test/java/com/restfb/types/send/SponsoredMessageResponseTest.java index b895d4857..7469d7ecf 100644 --- a/src/test/java/com/restfb/types/send/SponsoredMessageResponseTest.java +++ b/src/test/java/com/restfb/types/send/SponsoredMessageResponseTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/AccountTest.java b/src/test/java/com/restfb/types/setter/AccountTest.java index 9d87bfa2c..3ce8f013b 100644 --- a/src/test/java/com/restfb/types/setter/AccountTest.java +++ b/src/test/java/com/restfb/types/setter/AccountTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/AlbumTest.java b/src/test/java/com/restfb/types/setter/AlbumTest.java index 022703cb5..acecdd5ad 100644 --- a/src/test/java/com/restfb/types/setter/AlbumTest.java +++ b/src/test/java/com/restfb/types/setter/AlbumTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/AppRequestTest.java b/src/test/java/com/restfb/types/setter/AppRequestTest.java index b7296ec92..03fe08ab5 100644 --- a/src/test/java/com/restfb/types/setter/AppRequestTest.java +++ b/src/test/java/com/restfb/types/setter/AppRequestTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ApplicationTest.java b/src/test/java/com/restfb/types/setter/ApplicationTest.java index 97aca566a..adfa82989 100644 --- a/src/test/java/com/restfb/types/setter/ApplicationTest.java +++ b/src/test/java/com/restfb/types/setter/ApplicationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/CategorizedFacebookTypeTest.java b/src/test/java/com/restfb/types/setter/CategorizedFacebookTypeTest.java index 6d4308c56..6c95608cc 100644 --- a/src/test/java/com/restfb/types/setter/CategorizedFacebookTypeTest.java +++ b/src/test/java/com/restfb/types/setter/CategorizedFacebookTypeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/CheckinTest.java b/src/test/java/com/restfb/types/setter/CheckinTest.java index 6cac356e0..b5ef6f20c 100644 --- a/src/test/java/com/restfb/types/setter/CheckinTest.java +++ b/src/test/java/com/restfb/types/setter/CheckinTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ConversationTest.java b/src/test/java/com/restfb/types/setter/ConversationTest.java index 75376ab06..61c43cfb0 100644 --- a/src/test/java/com/restfb/types/setter/ConversationTest.java +++ b/src/test/java/com/restfb/types/setter/ConversationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/DeAuthTest.java b/src/test/java/com/restfb/types/setter/DeAuthTest.java index 528fa9efd..977cb662b 100644 --- a/src/test/java/com/restfb/types/setter/DeAuthTest.java +++ b/src/test/java/com/restfb/types/setter/DeAuthTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/EventTest.java b/src/test/java/com/restfb/types/setter/EventTest.java index 6b4320d02..d54ccff79 100644 --- a/src/test/java/com/restfb/types/setter/EventTest.java +++ b/src/test/java/com/restfb/types/setter/EventTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/FacebookTypeTest.java b/src/test/java/com/restfb/types/setter/FacebookTypeTest.java index 63c9b124c..f9d3c7f19 100644 --- a/src/test/java/com/restfb/types/setter/FacebookTypeTest.java +++ b/src/test/java/com/restfb/types/setter/FacebookTypeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/FriendListTest.java b/src/test/java/com/restfb/types/setter/FriendListTest.java index 3a162fd61..669c8ea7d 100644 --- a/src/test/java/com/restfb/types/setter/FriendListTest.java +++ b/src/test/java/com/restfb/types/setter/FriendListTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/GroupTest.java b/src/test/java/com/restfb/types/setter/GroupTest.java index 27e51c865..af5518f1b 100644 --- a/src/test/java/com/restfb/types/setter/GroupTest.java +++ b/src/test/java/com/restfb/types/setter/GroupTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/InsightTest.java b/src/test/java/com/restfb/types/setter/InsightTest.java index 4b34ff704..0e88f85ca 100644 --- a/src/test/java/com/restfb/types/setter/InsightTest.java +++ b/src/test/java/com/restfb/types/setter/InsightTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/LinkTest.java b/src/test/java/com/restfb/types/setter/LinkTest.java index f28f8d82c..45805f229 100644 --- a/src/test/java/com/restfb/types/setter/LinkTest.java +++ b/src/test/java/com/restfb/types/setter/LinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/LocationTest.java b/src/test/java/com/restfb/types/setter/LocationTest.java index ac16cf5a3..8c3efebbc 100644 --- a/src/test/java/com/restfb/types/setter/LocationTest.java +++ b/src/test/java/com/restfb/types/setter/LocationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/MessageTagTest.java b/src/test/java/com/restfb/types/setter/MessageTagTest.java index 1365713ab..542444561 100644 --- a/src/test/java/com/restfb/types/setter/MessageTagTest.java +++ b/src/test/java/com/restfb/types/setter/MessageTagTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/MessageTest.java b/src/test/java/com/restfb/types/setter/MessageTest.java index af4f0b6f5..7e0b3b1e7 100644 --- a/src/test/java/com/restfb/types/setter/MessageTest.java +++ b/src/test/java/com/restfb/types/setter/MessageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/NamedFacebookTypeTest.java b/src/test/java/com/restfb/types/setter/NamedFacebookTypeTest.java index d75e50b25..144d52c17 100644 --- a/src/test/java/com/restfb/types/setter/NamedFacebookTypeTest.java +++ b/src/test/java/com/restfb/types/setter/NamedFacebookTypeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/NoteTest.java b/src/test/java/com/restfb/types/setter/NoteTest.java index 2b5ab499a..0a20a9197 100644 --- a/src/test/java/com/restfb/types/setter/NoteTest.java +++ b/src/test/java/com/restfb/types/setter/NoteTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/OpenGraphRatingTest.java b/src/test/java/com/restfb/types/setter/OpenGraphRatingTest.java index 3e029891a..05b68f80c 100644 --- a/src/test/java/com/restfb/types/setter/OpenGraphRatingTest.java +++ b/src/test/java/com/restfb/types/setter/OpenGraphRatingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PageConnectionTest.java b/src/test/java/com/restfb/types/setter/PageConnectionTest.java index e65d1d2c8..0afe5bc06 100644 --- a/src/test/java/com/restfb/types/setter/PageConnectionTest.java +++ b/src/test/java/com/restfb/types/setter/PageConnectionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PageLifeEventTest.java b/src/test/java/com/restfb/types/setter/PageLifeEventTest.java index 446069f60..feef1cf20 100644 --- a/src/test/java/com/restfb/types/setter/PageLifeEventTest.java +++ b/src/test/java/com/restfb/types/setter/PageLifeEventTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PageRatingTest.java b/src/test/java/com/restfb/types/setter/PageRatingTest.java index b928e4419..962f63baa 100644 --- a/src/test/java/com/restfb/types/setter/PageRatingTest.java +++ b/src/test/java/com/restfb/types/setter/PageRatingTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PageTest.java b/src/test/java/com/restfb/types/setter/PageTest.java index f642aa963..aa1f2d8db 100644 --- a/src/test/java/com/restfb/types/setter/PageTest.java +++ b/src/test/java/com/restfb/types/setter/PageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PhotoTest.java b/src/test/java/com/restfb/types/setter/PhotoTest.java index 537345efa..e7ec953de 100644 --- a/src/test/java/com/restfb/types/setter/PhotoTest.java +++ b/src/test/java/com/restfb/types/setter/PhotoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PlaceTagTest.java b/src/test/java/com/restfb/types/setter/PlaceTagTest.java index 09746c8b9..67cb20fd3 100644 --- a/src/test/java/com/restfb/types/setter/PlaceTagTest.java +++ b/src/test/java/com/restfb/types/setter/PlaceTagTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PlaceTest.java b/src/test/java/com/restfb/types/setter/PlaceTest.java index b378487b9..0326077a7 100644 --- a/src/test/java/com/restfb/types/setter/PlaceTest.java +++ b/src/test/java/com/restfb/types/setter/PlaceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/PostTest.java b/src/test/java/com/restfb/types/setter/PostTest.java index c4cc76890..851e0a5ce 100644 --- a/src/test/java/com/restfb/types/setter/PostTest.java +++ b/src/test/java/com/restfb/types/setter/PostTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ReviewTest.java b/src/test/java/com/restfb/types/setter/ReviewTest.java index aafb94773..bf665478e 100644 --- a/src/test/java/com/restfb/types/setter/ReviewTest.java +++ b/src/test/java/com/restfb/types/setter/ReviewTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/StatusMessageTest.java b/src/test/java/com/restfb/types/setter/StatusMessageTest.java index be5a41297..1d4fef4d8 100644 --- a/src/test/java/com/restfb/types/setter/StatusMessageTest.java +++ b/src/test/java/com/restfb/types/setter/StatusMessageTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/StoryAttachmentTest.java b/src/test/java/com/restfb/types/setter/StoryAttachmentTest.java index 3aa1d6489..5a6e8bf5f 100644 --- a/src/test/java/com/restfb/types/setter/StoryAttachmentTest.java +++ b/src/test/java/com/restfb/types/setter/StoryAttachmentTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/TestUserTest.java b/src/test/java/com/restfb/types/setter/TestUserTest.java index e6f17fb1a..6ab04d1d6 100644 --- a/src/test/java/com/restfb/types/setter/TestUserTest.java +++ b/src/test/java/com/restfb/types/setter/TestUserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ThreadTest.java b/src/test/java/com/restfb/types/setter/ThreadTest.java index 294d2d4dc..5c454a631 100644 --- a/src/test/java/com/restfb/types/setter/ThreadTest.java +++ b/src/test/java/com/restfb/types/setter/ThreadTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/TranslationTest.java b/src/test/java/com/restfb/types/setter/TranslationTest.java index d559d8225..bf811637c 100644 --- a/src/test/java/com/restfb/types/setter/TranslationTest.java +++ b/src/test/java/com/restfb/types/setter/TranslationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/UrlTest.java b/src/test/java/com/restfb/types/setter/UrlTest.java index cd8253e3b..fbeafd753 100644 --- a/src/test/java/com/restfb/types/setter/UrlTest.java +++ b/src/test/java/com/restfb/types/setter/UrlTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/UserTest.java b/src/test/java/com/restfb/types/setter/UserTest.java index 0421fbf8b..29f0549bf 100644 --- a/src/test/java/com/restfb/types/setter/UserTest.java +++ b/src/test/java/com/restfb/types/setter/UserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/VideoTest.java b/src/test/java/com/restfb/types/setter/VideoTest.java index f0b901cff..9f460aebc 100644 --- a/src/test/java/com/restfb/types/setter/VideoTest.java +++ b/src/test/java/com/restfb/types/setter/VideoTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/WorkExperienceTest.java b/src/test/java/com/restfb/types/setter/WorkExperienceTest.java index eddd84ead..9e7d730eb 100644 --- a/src/test/java/com/restfb/types/setter/WorkExperienceTest.java +++ b/src/test/java/com/restfb/types/setter/WorkExperienceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/AdTest.java b/src/test/java/com/restfb/types/setter/ads/AdTest.java index c143ad446..5fa45ed7c 100644 --- a/src/test/java/com/restfb/types/setter/ads/AdTest.java +++ b/src/test/java/com/restfb/types/setter/ads/AdTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/AndroidAppLinkTest.java b/src/test/java/com/restfb/types/setter/ads/AndroidAppLinkTest.java index a819f690b..685325b63 100644 --- a/src/test/java/com/restfb/types/setter/ads/AndroidAppLinkTest.java +++ b/src/test/java/com/restfb/types/setter/ads/AndroidAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/CustomAudienceStatusTest.java b/src/test/java/com/restfb/types/setter/ads/CustomAudienceStatusTest.java index 22d188f63..a1b2fd7c3 100644 --- a/src/test/java/com/restfb/types/setter/ads/CustomAudienceStatusTest.java +++ b/src/test/java/com/restfb/types/setter/ads/CustomAudienceStatusTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsCouponTest.java b/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsCouponTest.java index 19c7e453b..9fdf759d1 100644 --- a/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsCouponTest.java +++ b/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsCouponTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsTest.java b/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsTest.java index 103e8d7e6..4d9af8582 100644 --- a/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsTest.java +++ b/src/test/java/com/restfb/types/setter/ads/FundingSourceDetailsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/IDNameTest.java b/src/test/java/com/restfb/types/setter/ads/IDNameTest.java index ec4957620..ca41088c5 100644 --- a/src/test/java/com/restfb/types/setter/ads/IDNameTest.java +++ b/src/test/java/com/restfb/types/setter/ads/IDNameTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/IosAppLinkTest.java b/src/test/java/com/restfb/types/setter/ads/IosAppLinkTest.java index 02acf21f8..bf5808748 100644 --- a/src/test/java/com/restfb/types/setter/ads/IosAppLinkTest.java +++ b/src/test/java/com/restfb/types/setter/ads/IosAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/LookalikeSpecTest.java b/src/test/java/com/restfb/types/setter/ads/LookalikeSpecTest.java index b5870473e..edd5cfa93 100644 --- a/src/test/java/com/restfb/types/setter/ads/LookalikeSpecTest.java +++ b/src/test/java/com/restfb/types/setter/ads/LookalikeSpecTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/MinimumBudgetTest.java b/src/test/java/com/restfb/types/setter/ads/MinimumBudgetTest.java index 92606f56f..a617f775a 100644 --- a/src/test/java/com/restfb/types/setter/ads/MinimumBudgetTest.java +++ b/src/test/java/com/restfb/types/setter/ads/MinimumBudgetTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/OffsitePixelTest.java b/src/test/java/com/restfb/types/setter/ads/OffsitePixelTest.java index 0a8bc4d72..04d2a4b36 100644 --- a/src/test/java/com/restfb/types/setter/ads/OffsitePixelTest.java +++ b/src/test/java/com/restfb/types/setter/ads/OffsitePixelTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/PartnerCategoryTest.java b/src/test/java/com/restfb/types/setter/ads/PartnerCategoryTest.java index e79b12bab..acc7b5749 100644 --- a/src/test/java/com/restfb/types/setter/ads/PartnerCategoryTest.java +++ b/src/test/java/com/restfb/types/setter/ads/PartnerCategoryTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/ProductCatalogTest.java b/src/test/java/com/restfb/types/setter/ads/ProductCatalogTest.java index 01ed55298..1cbab9edf 100644 --- a/src/test/java/com/restfb/types/setter/ads/ProductCatalogTest.java +++ b/src/test/java/com/restfb/types/setter/ads/ProductCatalogTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingDynamicRuleTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingDynamicRuleTest.java index 8bf1c347e..93fb7722a 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingDynamicRuleTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingDynamicRuleTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCityTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCityTest.java index 4de3a4ab8..0e44f1aa0 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCityTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCityTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCustomLocationTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCustomLocationTest.java index cbb0859bd..9eacc94f6 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCustomLocationTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationCustomLocationTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationMarketTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationMarketTest.java index 13a9a812f..84b88ec5b 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationMarketTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationMarketTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationPlaceTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationPlaceTest.java index 4a7c0823e..fdfc1dcea 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationPlaceTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationPlaceTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationRegionTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationRegionTest.java index c73efc4e6..f6dcde10a 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationRegionTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationRegionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationZipTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationZipTest.java index 9a3023d1b..5b1a29ed0 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationZipTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingGeoLocationZipTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSpecTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSpecTest.java index a2d25eba4..0737a4f8f 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSpecTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSpecTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSubSpecTest.java b/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSubSpecTest.java index f5e32343d..a46844e6b 100644 --- a/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSubSpecTest.java +++ b/src/test/java/com/restfb/types/setter/ads/TargetingProductAudienceSubSpecTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/UserPermissionTest.java b/src/test/java/com/restfb/types/setter/ads/UserPermissionTest.java index bf06bf82d..f2702eab3 100644 --- a/src/test/java/com/restfb/types/setter/ads/UserPermissionTest.java +++ b/src/test/java/com/restfb/types/setter/ads/UserPermissionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/WebAppLinkTest.java b/src/test/java/com/restfb/types/setter/ads/WebAppLinkTest.java index 95178c451..e92dc7097 100644 --- a/src/test/java/com/restfb/types/setter/ads/WebAppLinkTest.java +++ b/src/test/java/com/restfb/types/setter/ads/WebAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/WindowsAppLinkTest.java b/src/test/java/com/restfb/types/setter/ads/WindowsAppLinkTest.java index 60fbc5a45..fa4459a68 100644 --- a/src/test/java/com/restfb/types/setter/ads/WindowsAppLinkTest.java +++ b/src/test/java/com/restfb/types/setter/ads/WindowsAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/types/setter/ads/WindowsPhoneAppLinkTest.java b/src/test/java/com/restfb/types/setter/ads/WindowsPhoneAppLinkTest.java index faf6729d3..bc718fe35 100644 --- a/src/test/java/com/restfb/types/setter/ads/WindowsPhoneAppLinkTest.java +++ b/src/test/java/com/restfb/types/setter/ads/WindowsPhoneAppLinkTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/DateUtilsMultiThreadedTest.java b/src/test/java/com/restfb/util/DateUtilsMultiThreadedTest.java index ecae2812c..99905eac4 100644 --- a/src/test/java/com/restfb/util/DateUtilsMultiThreadedTest.java +++ b/src/test/java/com/restfb/util/DateUtilsMultiThreadedTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/DateUtilsTest.java b/src/test/java/com/restfb/util/DateUtilsTest.java index 303cfb0c8..510a40b4e 100644 --- a/src/test/java/com/restfb/util/DateUtilsTest.java +++ b/src/test/java/com/restfb/util/DateUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/EncodingUtilsRfcTest.java b/src/test/java/com/restfb/util/EncodingUtilsRfcTest.java index 4083a712b..004a7007b 100644 --- a/src/test/java/com/restfb/util/EncodingUtilsRfcTest.java +++ b/src/test/java/com/restfb/util/EncodingUtilsRfcTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/EncodingUtilsTest.java b/src/test/java/com/restfb/util/EncodingUtilsTest.java index f1fe52030..26fe34299 100644 --- a/src/test/java/com/restfb/util/EncodingUtilsTest.java +++ b/src/test/java/com/restfb/util/EncodingUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/EndpointBuilderParamTest.java b/src/test/java/com/restfb/util/EndpointBuilderParamTest.java index 12c11e73c..b1ff9e1b4 100644 --- a/src/test/java/com/restfb/util/EndpointBuilderParamTest.java +++ b/src/test/java/com/restfb/util/EndpointBuilderParamTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/EndpointBuilderTest.java b/src/test/java/com/restfb/util/EndpointBuilderTest.java index 6591049d1..558509bca 100644 --- a/src/test/java/com/restfb/util/EndpointBuilderTest.java +++ b/src/test/java/com/restfb/util/EndpointBuilderTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/MappingUtilsTest.java b/src/test/java/com/restfb/util/MappingUtilsTest.java index 2b4cd6357..af3960f98 100644 --- a/src/test/java/com/restfb/util/MappingUtilsTest.java +++ b/src/test/java/com/restfb/util/MappingUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/SoftHashMapTest.java b/src/test/java/com/restfb/util/SoftHashMapTest.java index b1e013a04..955715630 100644 --- a/src/test/java/com/restfb/util/SoftHashMapTest.java +++ b/src/test/java/com/restfb/util/SoftHashMapTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/StringJsonUtilsTest.java b/src/test/java/com/restfb/util/StringJsonUtilsTest.java index d0df691e2..0f631be00 100644 --- a/src/test/java/com/restfb/util/StringJsonUtilsTest.java +++ b/src/test/java/com/restfb/util/StringJsonUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/StringUtilsTest.java b/src/test/java/com/restfb/util/StringUtilsTest.java index 140d15244..570cb4e31 100644 --- a/src/test/java/com/restfb/util/StringUtilsTest.java +++ b/src/test/java/com/restfb/util/StringUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/test/java/com/restfb/util/UrlUtilsTest.java b/src/test/java/com/restfb/util/UrlUtilsTest.java index 4459a90c1..b577e2c98 100644 --- a/src/test/java/com/restfb/util/UrlUtilsTest.java +++ b/src/test/java/com/restfb/util/UrlUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010-2020 Mark Allen, Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy