From ef05b4d8783f666d6d0b4ee76b72e48fc4a8062c Mon Sep 17 00:00:00 2001 From: Markus Rathgeb Date: Sun, 21 Jul 2019 12:24:58 +0200 Subject: [PATCH] start with an upper case on "initial contribution" (#931) Related to: https://github.com/openhab/openhab-core/pull/916/#discussion_r305082016 Signed-off-by: Markus Rathgeb --- .../internal/ScriptedCustomModuleTypeProvider.java | 2 +- .../script/rulesupport/internal/loader/ScriptFileWatcher.java | 2 +- .../module/script/internal/AbstractScriptEngineFactory.java | 2 +- .../java/org/openhab/core/automation/AnnotatedActions.java | 2 +- .../main/java/org/openhab/core/automation/RulePredicates.java | 2 +- .../java/org/openhab/core/automation/StatusInfoCallback.java | 2 +- .../org/openhab/core/automation/annotation/ActionInput.java | 2 +- .../org/openhab/core/automation/annotation/ActionInputs.java | 2 +- .../org/openhab/core/automation/annotation/ActionOutput.java | 2 +- .../org/openhab/core/automation/annotation/ActionOutputs.java | 2 +- .../org/openhab/core/automation/annotation/ActionScope.java | 2 +- .../org/openhab/core/automation/annotation/RuleAction.java | 2 +- .../core/automation/events/AbstractRuleRegistryEvent.java | 2 +- .../org/openhab/core/automation/events/RuleAddedEvent.java | 2 +- .../org/openhab/core/automation/events/RuleRemovedEvent.java | 2 +- .../openhab/core/automation/events/RuleStatusInfoEvent.java | 2 +- .../org/openhab/core/automation/events/RuleUpdatedEvent.java | 2 +- .../openhab/core/automation/internal/RuleEventFactory.java | 2 +- .../internal/module/handler/TimerModuleHandlerFactory.java | 2 +- .../module/provider/AnnotatedActionModuleTypeProvider.java | 2 +- .../internal/provider/i18n/ModuleTypeI18nServiceImpl.java | 2 +- .../core/automation/module/provider/ActionModuleKind.java | 2 +- .../module/provider/AnnotationActionModuleTypeHelper.java | 2 +- .../core/automation/module/provider/ModuleInformation.java | 2 +- .../module/provider/i18n/ModuleTypeI18nService.java | 2 +- .../thingsupport/AnnotatedThingActionModuleTypeProvider.java | 2 +- .../xml/internal/BindingXmlConfigDescriptionProvider.java | 2 +- .../smarthome/config/core/ConfigDescriptionAliasProvider.java | 2 +- .../smarthome/config/core/ConfigurationDeserializer.java | 2 +- .../eclipse/smarthome/config/core/internal/ConfigMapper.java | 2 +- .../config/core/internal/i18n/I18nConfigOptionsProvider.java | 2 +- .../metadata/MetadataConfigDescriptionProviderImpl.java | 2 +- .../config/core/internal/net/NetworkConfigOptionProvider.java | 2 +- .../core/internal/normalization/AbstractNormalizer.java | 2 +- .../config/core/internal/normalization/BooleanNormalizer.java | 2 +- .../config/core/internal/normalization/DecimalNormalizer.java | 2 +- .../config/core/internal/normalization/IntNormalizer.java | 2 +- .../config/core/internal/normalization/ListNormalizer.java | 2 +- .../config/core/internal/normalization/Normalizer.java | 2 +- .../config/core/internal/normalization/NormalizerFactory.java | 2 +- .../config/core/internal/normalization/TextNormalizer.java | 2 +- .../core/metadata/MetadataConfigDescriptionProvider.java | 2 +- .../org/eclipse/smarthome/config/core/ConfigUtilTest.java | 2 +- .../core/internal/i18n/I18nConfigOptionsProviderTest.java | 2 +- .../usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java | 2 +- .../linuxsysfs/internal/PollingUsbSerialScanner.java | 2 +- .../usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java | 2 +- .../usbserial/linuxsysfs/internal/UsbSerialScanner.java | 2 +- .../discovery/usbserial/UsbSerialDeviceInformation.java | 2 +- .../config/discovery/usbserial/UsbSerialDiscovery.java | 2 +- .../discovery/usbserial/UsbSerialDiscoveryListener.java | 2 +- .../discovery/usbserial/UsbSerialDiscoveryParticipant.java | 2 +- .../usbserial/internal/UsbSerialDiscoveryService.java | 2 +- .../smarthome/config/discovery/DiscoveryServiceCallback.java | 2 +- .../smarthome/config/discovery/ExtendedDiscoveryService.java | 2 +- .../config/discovery/inbox/InboxAutoApprovePredicate.java | 2 +- .../smarthome/config/xml/AbstractXmlBasedProvider.java | 2 +- .../config/xml/ConfigXmlConfigDescriptionProvider.java | 2 +- .../io/http/auth/basic/internal/BasicChallengeHandler.java | 2 +- .../http/auth/basic/internal/BasicCredentialsExtractor.java | 2 +- .../io/http/auth/internal/AuthenticationHandler.java | 2 +- .../smarthome/io/http/auth/internal/RedirectHandler.java | 2 +- .../eclipse/smarthome/io/http/HttpContextFactoryService.java | 2 +- .../smarthome/io/http/internal/DelegatingHttpContext.java | 2 +- .../io/http/internal/HttpContextFactoryServiceImpl.java | 2 +- .../eclipse/smarthome/io/rest/core/internal/GsonProvider.java | 2 +- .../io/rest/core/internal/item/MetadataSelectorMatcher.java | 2 +- .../io/rest/core/internal/profile/ProfileTypeResource.java | 2 +- .../smarthome/io/rest/optimize/internal/Activator.java | 2 +- .../io/rest/optimize/internal/ResourceFilterImpl.java | 2 +- .../io/rest/sitemap/internal/SitemapResourceTest.java | 2 +- .../main/java/org/eclipse/smarthome/io/rest/DTOMapper.java | 2 +- .../main/java/org/eclipse/smarthome/io/rest/JSONResponse.java | 2 +- .../java/org/eclipse/smarthome/io/rest/LocaleService.java | 2 +- .../org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java | 2 +- .../org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java | 2 +- .../model/internal/valueconverter/ItemValueConverters.java | 2 +- .../smarthome/model/lsp/internal/MappingUriExtensions.java | 2 +- .../org/eclipse/smarthome/model/lsp/internal/ModelServer.java | 2 +- .../smarthome/model/lsp/internal/RegistryProvider.java | 2 +- .../smarthome/model/lsp/internal/RuntimeServerModule.java | 2 +- .../model/script/OptimizingFeatureScopeTrackerProvider2.java | 2 +- .../src/org/eclipse/smarthome/model/script/ServiceModule.java | 2 +- .../model/script/internal/ScriptEncodingProvider.java | 2 +- .../smarthome/model/script/jvmmodel/ScriptTypeComputer.java | 2 +- .../internal/GenericThingProviderMultipleBundlesTest.java | 2 +- .../eclipse/smarthome/storage/json/internal/StorageEntry.java | 2 +- .../storage/json/internal/StorageEntryMapDeserializer.java | 2 +- .../magic/binding/handler/MagicActionModuleThingHandler.java | 2 +- .../magic/binding/handler/MagicChattyThingHandler.java | 2 +- .../magic/binding/handler/MagicDelayedOnlineHandler.java | 2 +- .../internal/automation/modules/MagicMultiActionMarker.java | 2 +- .../automation/modules/MagicMultiServiceMultiActions.java | 2 +- .../internal/automation/modules/MagicSingleActionService.java | 2 +- .../internal/automation/modules/MagicThingActionsService.java | 2 +- .../magic/binding/internal/http/MagicHttpResource.java | 2 +- .../magic/internal/metadata/MagicMetadataProvider.java | 2 +- .../magic/internal/metadata/MagicMetadataProvider2.java | 2 +- .../magic/internal/metadata/MagicMetadataUsingService.java | 2 +- .../smarthome/magic/service/MagicMultiInstanceService.java | 2 +- .../main/java/org/eclipse/smarthome/test/TestPortUtil.java | 2 +- .../src/main/java/org/eclipse/smarthome/test/TestServer.java | 2 +- .../smarthome/test/internal/java/MissingServiceAnalyzer.java | 2 +- .../java/org/eclipse/smarthome/test/java/JavaTestTest.java | 2 +- .../thing/xml/internal/ThingXmlConfigDescriptionProvider.java | 2 +- .../smarthome/core/thing/ThingTypeMigrationService.java | 2 +- .../eclipse/smarthome/core/thing/binding/ThingActions.java | 2 +- .../smarthome/core/thing/binding/ThingActionsScope.java | 2 +- .../smarthome/core/thing/binding/ThingHandlerService.java | 2 +- .../thing/internal/AutoUpdateConfigDescriptionProvider.java | 2 +- .../smarthome/core/thing/internal/AutoUpdateManager.java | 2 +- .../smarthome/core/thing/internal/CommunicationManager.java | 2 +- .../smarthome/core/thing/internal/ProfileContextImpl.java | 2 +- .../link/ItemChannelLinkConfigDescriptionProvider.java | 2 +- .../core/thing/internal/profiles/ProfileCallbackImpl.java | 2 +- .../core/thing/internal/profiles/ProfileTypeRegistryImpl.java | 2 +- .../core/thing/internal/profiles/StateProfileTypeImpl.java | 2 +- .../core/thing/internal/profiles/SystemDefaultProfile.java | 2 +- .../core/thing/internal/profiles/SystemFollowProfile.java | 2 +- .../core/thing/internal/profiles/SystemOffsetProfile.java | 2 +- .../core/thing/internal/profiles/TimestampChangeProfile.java | 2 +- .../core/thing/internal/profiles/TimestampUpdateProfile.java | 2 +- .../core/thing/internal/profiles/TriggerProfileTypeImpl.java | 2 +- .../org/eclipse/smarthome/core/thing/profiles/Profile.java | 2 +- .../eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java | 2 +- .../smarthome/core/thing/profiles/ProfileCallback.java | 2 +- .../eclipse/smarthome/core/thing/profiles/ProfileContext.java | 2 +- .../eclipse/smarthome/core/thing/profiles/ProfileFactory.java | 2 +- .../eclipse/smarthome/core/thing/profiles/ProfileType.java | 2 +- .../smarthome/core/thing/profiles/ProfileTypeBuilder.java | 2 +- .../smarthome/core/thing/profiles/ProfileTypeRegistry.java | 2 +- .../eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java | 2 +- .../eclipse/smarthome/core/thing/profiles/StateProfile.java | 2 +- .../smarthome/core/thing/profiles/StateProfileType.java | 2 +- .../eclipse/smarthome/core/thing/profiles/TriggerProfile.java | 2 +- .../smarthome/core/thing/profiles/TriggerProfileType.java | 2 +- .../smarthome/core/thing/profiles/dto/ProfileTypeDTO.java | 2 +- .../core/thing/profiles/dto/ProfileTypeDTOMapper.java | 2 +- .../eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java | 2 +- .../smarthome/core/thing/type/ChannelGroupTypeBuilder.java | 2 +- .../eclipse/smarthome/core/thing/type/ThingTypeBuilder.java | 2 +- .../smarthome/core/auth/client/oauth2/OAuthException.java | 2 +- .../core/auth/client/oauth2/OAuthResponseException.java | 2 +- .../smarthome/core/auth/client/oauth2/StorageCipher.java | 2 +- .../java/org/eclipse/smarthome/core/common/SafeCaller.java | 2 +- .../org/eclipse/smarthome/core/common/SafeCallerBuilder.java | 2 +- .../eclipse/smarthome/core/common/ThreadFactoryBuilder.java | 2 +- .../java/org/eclipse/smarthome/core/i18n/UnitProvider.java | 2 +- .../core/internal/common/AbstractInvocationHandler.java | 2 +- .../core/internal/common/DuplicateExecutionException.java | 2 +- .../eclipse/smarthome/core/internal/common/Invocation.java | 2 +- .../core/internal/common/InvocationHandlerAsync.java | 2 +- .../smarthome/core/internal/common/InvocationHandlerSync.java | 2 +- .../smarthome/core/internal/common/SafeCallManager.java | 2 +- .../smarthome/core/internal/common/SafeCallManagerImpl.java | 2 +- .../smarthome/core/internal/common/SafeCallerBuilderImpl.java | 2 +- .../smarthome/core/internal/common/SafeCallerImpl.java | 2 +- .../smarthome/core/internal/items/GroupFunctionHelper.java | 2 +- .../smarthome/core/internal/items/ItemBuilderFactoryImpl.java | 2 +- .../smarthome/core/internal/items/ItemBuilderImpl.java | 2 +- .../smarthome/core/internal/items/ItemStateConverterImpl.java | 2 +- .../smarthome/core/internal/library/unit/UnitInitializer.java | 2 +- .../smarthome/core/internal/scheduler/CronAdjuster.java | 2 +- .../smarthome/core/internal/scheduler/CronSchedulerImpl.java | 2 +- .../core/internal/scheduler/DelegatedSchedulerImpl.java | 2 +- .../smarthome/core/internal/scheduler/PeriodicAdjuster.java | 2 +- .../core/internal/scheduler/PeriodicSchedulerImpl.java | 2 +- .../smarthome/core/internal/scheduler/SchedulerImpl.java | 2 +- .../smarthome/core/internal/service/BundleResolverImpl.java | 2 +- .../smarthome/core/internal/service/ReadyServiceImpl.java | 2 +- .../java/org/eclipse/smarthome/core/items/ItemBuilder.java | 2 +- .../org/eclipse/smarthome/core/items/ItemBuilderFactory.java | 2 +- .../org/eclipse/smarthome/core/items/ItemStateConverter.java | 2 +- .../java/org/eclipse/smarthome/core/items/RegistryHook.java | 2 +- .../smarthome/core/items/events/ItemStatePredictedEvent.java | 2 +- .../smarthome/core/library/dimension/ArealDensity.java | 2 +- .../org/eclipse/smarthome/core/library/dimension/Density.java | 2 +- .../eclipse/smarthome/core/library/dimension/Intensity.java | 2 +- .../smarthome/core/library/dimension/VolumetricFlowRate.java | 2 +- .../library/types/QuantityTypeArithmeticGroupFunction.java | 2 +- .../org/eclipse/smarthome/core/library/unit/CustomUnits.java | 2 +- .../eclipse/smarthome/core/library/unit/ImperialUnits.java | 2 +- .../org/eclipse/smarthome/core/library/unit/MetricPrefix.java | 2 +- .../java/org/eclipse/smarthome/core/library/unit/SIUnits.java | 2 +- .../eclipse/smarthome/core/library/unit/SmartHomeUnits.java | 2 +- .../org/eclipse/smarthome/core/net/NetworkAddressService.java | 2 +- .../java/org/eclipse/smarthome/core/scheduler/CronJob.java | 2 +- .../org/eclipse/smarthome/core/scheduler/CronScheduler.java | 2 +- .../eclipse/smarthome/core/scheduler/PeriodicScheduler.java | 2 +- .../smarthome/core/scheduler/ScheduledCompletableFuture.java | 2 +- .../java/org/eclipse/smarthome/core/scheduler/Scheduler.java | 4 ++-- .../eclipse/smarthome/core/scheduler/SchedulerRunnable.java | 2 +- .../smarthome/core/scheduler/SchedulerTemporalAdjuster.java | 2 +- .../java/org/eclipse/smarthome/core/service/ReadyMarker.java | 2 +- .../org/eclipse/smarthome/core/service/ReadyMarkerFilter.java | 2 +- .../java/org/eclipse/smarthome/core/service/ReadyService.java | 4 ++-- .../java/org/eclipse/smarthome/core/types/util/UnitUtils.java | 2 +- .../java/org/eclipse/smarthome/core/util/BundleResolver.java | 2 +- .../core/audio/internal/AbstractAudioServeltTest.java | 2 +- .../auth/oauth2client/test/internal/AbstractTestAgent.java | 2 +- .../test/internal/AuthorizationCodeTestAgent.java | 2 +- .../oauth2client/test/internal/ResourceOwnerTestAgent.java | 2 +- .../smarthome/auth/oauth2client/test/internal/TestAgent.java | 2 +- .../integration/test/AutomationIntegrationJsonTest.java | 2 +- .../integration/test/AutomationIntegrationTest.java | 2 +- .../automation/integration/test/HostFragmentSupportTest.java | 2 +- .../core/automation/internal/module/RunRuleModuleTest.java | 2 +- .../core/automation/internal/module/RuntimeRuleTest.java | 2 +- .../provider/AnnotationActionModuleTypeProviderTest.java | 2 +- .../module/script/defaultscope/internal/ScopeTest.java | 2 +- .../openhab/core/automation/module/script/ScriptRuleTest.java | 2 +- .../module/timer/internal/BasicConditionHandlerTest.java | 2 +- .../module/timer/internal/DayOfWeekConditionHandlerTest.java | 2 +- .../automation/module/timer/internal/RuntimeRuleTest.java | 2 +- .../module/timer/internal/TimeOfDayConditionHandlerTest.java | 2 +- .../module/timer/internal/TimeOfDayTriggerHandlerTest.java | 2 +- .../java/org/openhab/core/automation/event/RuleEventTest.java | 2 +- .../metadata/MetadataConfigDescriptionProviderImplTest.java | 2 +- .../discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java | 2 +- .../config/discovery/internal/PersistentInboxTest.java | 2 +- .../linuxsysfs/internal/DeltaUsbSerialScannerTest.java | 2 +- .../linuxsysfs/internal/PollingUsbSerialScannerTest.java | 2 +- .../linuxsysfs/internal/SysFsUsbSerialScannerTest.java | 2 +- .../usbserial/internal/UsbSerialDiscoveryServiceTest.java | 2 +- .../testutil/UsbSerialDeviceInformationGenerator.java | 2 +- .../rest/core/internal/item/MetadataSelectorMatcherTest.java | 2 +- .../core/internal/persistence/PersistenceResourceTest.java | 2 +- .../rest/core/internal/profile/ProfileTypeResourceTest.java | 2 +- .../model/item/internal/GenericItemProvider2Test.java | 2 +- .../model/item/internal/GenericMetadataProviderTest.java | 2 +- .../model/lsp/internal/MappingUriExtensionsTest.java | 2 +- .../model/rule/runtime/internal/engine/RuleExecutionTest.java | 2 +- .../model/rule/runtime/internal/engine/RuleTriggerTest.java | 2 +- .../smarthome/model/script/actions/ScriptExecutionTest.java | 2 +- .../smarthome/model/script/lib/NumberExtensionsTest.java | 2 +- .../model/script/scheduler/test/AbstractScheduler.java | 2 +- .../smarthome/model/script/scheduler/test/MockClosure.java | 2 +- .../smarthome/model/script/scheduler/test/MockScheduler.java | 2 +- .../thing/test/GenericItemChannelLinkProviderJavaTest.java | 2 +- .../model/thing/test/hue/GenericThingProviderTest4.java | 2 +- .../testsupport/hue/TestHueConfigDescriptionProvider.java | 2 +- .../eclipse/smarthome/core/semantics/SemanticTagsTest.java | 2 +- .../core/semantics/internal/SemanticsServiceImplTest.java | 2 +- .../smarthome/core/common/ThreadFactoryBuilderTest.java | 2 +- .../smarthome/core/internal/common/SafeCallerImplTest.java | 2 +- .../smarthome/core/internal/items/ItemBuilderTest.java | 2 +- .../core/internal/items/ItemStateConverterImplTest.java | 2 +- .../core/internal/items/MetadataRegistryImplTest.java | 2 +- .../smarthome/core/internal/scheduler/CronAdjusterTest.java | 2 +- .../core/internal/scheduler/CronSchedulerImplTest.java | 2 +- .../core/internal/scheduler/DelegatedSchedulerTest.java | 2 +- .../core/internal/scheduler/PeriodicSchedulerImplTest.java | 2 +- .../smarthome/core/internal/scheduler/SchedulerImplTest.java | 2 +- .../smarthome/core/internal/service/ReadyServiceImplTest.java | 2 +- .../core/internal/types/StateDescriptionFragmentImplTest.java | 2 +- .../org/eclipse/smarthome/core/items/MetadataKeyTest.java | 2 +- .../eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java | 2 +- .../eclipse/smarthome/core/library/items/ColorItemTest.java | 2 +- .../smarthome/core/library/types/QuantityTypeTest.java | 2 +- .../main/java/org/eclipse/smarthome/core/net/NetUtilTest.java | 2 +- .../org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java | 2 +- .../core/types/StateDescriptionFragmentBuilderTest.java | 2 +- .../eclipse/smarthome/core/types/VolumetricFlowRateTest.java | 2 +- .../java/org/eclipse/smarthome/core/thing/ChannelTest.java | 2 +- .../smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java | 2 +- .../core/thing/binding/builder/ThingBuilderTest.java | 2 +- .../FirmwareUpdateServicePrerequisiteVersionTest.java | 2 +- .../smarthome/core/thing/internal/AutoUpdateManagerTest.java | 2 +- .../core/thing/internal/ChannelItemProviderTest.java | 2 +- .../smarthome/core/thing/internal/ThingManagerTest.java | 2 +- .../internal/profiles/RawButtonToggleSwitchProfileTest.java | 2 +- .../thing/internal/profiles/SystemDefaultProfileTest.java | 2 +- .../core/thing/internal/profiles/SystemFollowProfileTest.java | 2 +- .../core/thing/internal/profiles/SystemOffsetProfileTest.java | 2 +- .../core/thing/internal/profiles/TimestampProfileTest.java | 2 +- .../core/thing/type/ChannelGroupTypeBuilderTest.java | 2 +- .../smarthome/core/thing/type/ChannelTypeBuilderTest.java | 2 +- .../smarthome/core/thing/type/ThingTypeBuilderTest.java | 2 +- .../smarthome/core/thing/util/ThingHandlerHelperTest.java | 2 +- .../eclipse/smarthome/core/voice/internal/ConsoleStub.java | 2 +- .../core/voice/internal/HumanLanguageInterpreterStub.java | 2 +- .../eclipse/smarthome/core/voice/internal/KSServiceStub.java | 2 +- .../eclipse/smarthome/core/voice/internal/STTServiceStub.java | 2 +- .../org/eclipse/smarthome/core/voice/internal/SinkStub.java | 2 +- .../eclipse/smarthome/core/voice/internal/TTSServiceStub.java | 2 +- .../org/eclipse/smarthome/core/voice/internal/VoiceStub.java | 2 +- .../core/voice/javavoicemanager/VoiceManagerTest.java | 2 +- .../voiceconsolecommandextension/InterpretCommandTest.java | 2 +- .../voice/voiceconsolecommandextension/SayCommandTest.java | 2 +- .../VoiceConsoleCommandExtensionTest.java | 2 +- .../voice/voiceconsolecommandextension/VoicesCommandTest.java | 2 +- 291 files changed, 293 insertions(+), 293 deletions(-) diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java index 8fda1fad81..633c911801 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java @@ -27,7 +27,7 @@ import org.osgi.service.component.annotations.Component; * {@link ScriptedCustomModuleHandlerFactory} to allow scripts to define custom types in the RuleManager. These * registered types can then be used publicly from any Rule-Editor. * - * @author Simon Merschjohann - initial contribution + * @author Simon Merschjohann - Initial contribution * */ @Component(immediate = true, service = { ScriptedCustomModuleTypeProvider.class, ModuleTypeProvider.class }) diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java index f77008e5e9..f847c45481 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java @@ -46,7 +46,7 @@ import org.osgi.service.component.annotations.Reference; * The {@link ScriptFileWatcher} watches the jsr223 directory for files. If a new/modified file is detected, the script * is read and passed to the {@link ScriptEngineManager}. * - * @author Simon Merschjohann - initial contribution + * @author Simon Merschjohann - Initial contribution * @author Kai Kreuzer - improved logging and removed thread pool * */ diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/AbstractScriptEngineFactory.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/AbstractScriptEngineFactory.java index 747f3cc435..d98012ef98 100755 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/AbstractScriptEngineFactory.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/AbstractScriptEngineFactory.java @@ -29,7 +29,7 @@ import org.slf4j.LoggerFactory; /** * This is an abstract class for implementing {@link ScriptEngineFactory}s. * - * @author Scott Rushworth - initial contribution + * @author Scott Rushworth - Initial contribution */ @NonNullByDefault public abstract class AbstractScriptEngineFactory implements ScriptEngineFactory { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java index 4ce7229456..a9fdf02463 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java @@ -17,7 +17,7 @@ package org.openhab.core.automation; * * Every method in the implementation should provide annotations which are used to create the ModuleTypes * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public interface AnnotatedActions { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java index b4cee8a479..4d5a2adba4 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java @@ -22,7 +22,7 @@ import java.util.function.Predicate; /** * This class add support for prefixes for {@link Rule} UIDs and provide default predicates for prefixes and tags. * - * @author Victor Toni - initial contribution + * @author Victor Toni - Initial contribution * */ public class RulePredicates { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java index 246cbdc50b..d24d6e7a0c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java @@ -15,7 +15,7 @@ package org.openhab.core.automation; /** * This interface is used by {@link RuleRegistry} implementation to be notified of changes related to statuses of rules. * - * @author Yordan Mihaylov - initial contribution + * @author Yordan Mihaylov - Initial contribution */ public interface StatusInfoCallback { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java index 0890a37ccb..34b68f7e77 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java @@ -22,7 +22,7 @@ import java.lang.annotation.Target; /** * Input parameter for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Repeatable(ActionInputs.class) @Retention(RUNTIME) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java index 5d9540a772..1e30df82e0 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java @@ -21,7 +21,7 @@ import java.lang.annotation.Target; /** * Input parameter wrapper for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Retention(RUNTIME) @Target(ElementType.PARAMETER) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java index c1d17fc28f..ee944bcea4 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java @@ -22,7 +22,7 @@ import java.lang.annotation.Target; /** * Output parameter for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Repeatable(ActionOutputs.class) @Retention(RUNTIME) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java index 4e8d1b6fba..04635290c4 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java @@ -21,7 +21,7 @@ import java.lang.annotation.Target; /** * Output parameter wrapper for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Retention(RUNTIME) @Target(ElementType.METHOD) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java index 796ab8ae94..2a8605f5f5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java @@ -20,7 +20,7 @@ import java.lang.annotation.Target; /** * Scope definition for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java index afc069847d..bd938c3347 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java @@ -22,7 +22,7 @@ import org.openhab.core.automation.Visibility; /** * Marker annotation for an action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java index 8e9fc6ca7c..96a363d3ef 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java @@ -18,7 +18,7 @@ import org.openhab.core.automation.dto.RuleDTO; /** * abstract class for rule events * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Markus Rathgeb - Use the DTO for the Rule representation * */ diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java index 0ad45acfa0..262ccdf7d1 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java @@ -17,7 +17,7 @@ import org.openhab.core.automation.dto.RuleDTO; /** * An {@link RuleAddedEvent} notifies subscribers that a rule has been added. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * */ public class RuleAddedEvent extends AbstractRuleRegistryEvent { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java index 9a6bf6c1f0..9c2d666f30 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java @@ -17,7 +17,7 @@ import org.openhab.core.automation.dto.RuleDTO; /** * An {@link RuleRemovedEvent} notifies subscribers that a rule has been removed. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * */ public class RuleRemovedEvent extends AbstractRuleRegistryEvent { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java index 42b353895f..d2b41faa5a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java @@ -18,7 +18,7 @@ import org.openhab.core.automation.RuleStatusInfo; /** * An {@link RuleStatusInfoEvent} notifies subscribers that a rule status has been updated. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Kai Kreuzer - added toString method * */ diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java index 98e041451a..d99cc6b9bb 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java @@ -17,7 +17,7 @@ import org.openhab.core.automation.dto.RuleDTO; /** * An {@link RuleUpdatedEvent} notifies subscribers that a rule has been updated. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * */ public class RuleUpdatedEvent extends AbstractRuleRegistryEvent { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java index d6a82d8c15..16903958c6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java @@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory; /** * This class is a factory that creates Rule Events. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Markus Rathgeb - Use the DTO for the Rule representation */ @Component(service = EventFactory.class, immediate = true) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java index 7cecce519e..b3a1182f16 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java @@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory; * This HandlerFactory creates TimerTriggerHandlers to control items within the * RuleManager. * - * @author Christoph Knauf - initial contribution + * @author Christoph Knauf - Initial contribution * @author Kai Kreuzer - added new module types * */ diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java index 7b0dddb262..09ddc44a57 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java @@ -48,7 +48,7 @@ import org.osgi.service.component.annotations.ReferencePolicy; * This provider parses annotated {@link AnnotatedActions}s and creates action module types, as well as their handlers * from them * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(service = { ModuleTypeProvider.class, ModuleHandlerFactory.class }) diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java index d0bee856cd..4ce8d4ae82 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java @@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory; /** * Implementation of a service that provides i18n functionality for automation modules * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java index 49556175ed..466eaef0a3 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java @@ -15,7 +15,7 @@ package org.openhab.core.automation.module.provider; /** * Type to distinguish annotated ActionModules * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public enum ActionModuleKind { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java index 94b69ec21b..19244459ba 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java @@ -46,7 +46,7 @@ import org.slf4j.LoggerFactory; /** * Helper methods for annotated ActionModuleType provider * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class AnnotationActionModuleTypeHelper { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java index f5411d339e..08e0f83976 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java @@ -23,7 +23,7 @@ import org.openhab.core.automation.type.Output; /** * Wrapper class to collect information about actions modules to be created * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class ModuleInformation { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java index 3bd8f4ecab..5ea024ab32 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java @@ -20,7 +20,7 @@ import org.osgi.framework.Bundle; /** * Interface for a service that offer i18n functionality * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public interface ModuleTypeI18nService { diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java index 044343c35b..30ad1b18c9 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java @@ -47,7 +47,7 @@ import org.osgi.service.component.annotations.ReferencePolicy; /** * ModuleTypeProvider that collects actions for {@link ThingHandler}s * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(service = { ModuleTypeProvider.class, ModuleHandlerFactory.class }) diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java index 042f6fde4b..972e4b3afa 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java @@ -22,7 +22,7 @@ import org.osgi.service.component.annotations.Reference; /** * Provides {@link ConfigDescription}s for bindings which are read from XML files. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @Component(service = ConfigDescriptionProvider.class, immediate = true, property = { "esh.scope=core.xml.binding" }) diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java index 33563b71b0..4e30b79692 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Can be implemented to point one config description URI to another. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java index e1271d9e59..d83a6b264e 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java @@ -31,7 +31,7 @@ import com.google.gson.JsonPrimitive; * * As opposed to Gson's default behavior, it ensures that all numbers are represented as {@link BigDecimal}s. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Ana Dimova - added a deserializer for the configuration, conforming to the automation json format * */ diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java index 8ead2188a9..9cb3ed7b80 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java @@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory; /** * Map an OSGi configuration map {@code Map} to an individual configuration bean. * - * @author David Graeff - initial contribution + * @author David Graeff - Initial contribution * */ public class ConfigMapper { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java index a7e93836b5..9788ea26db 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java @@ -30,7 +30,7 @@ import org.osgi.service.component.annotations.Component; /** * {@link ConfigOptionProvider} that provides a list of * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Erdoan Hadzhiyusein - Added time zone * */ diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java index f11f6c3277..d7272d564b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java @@ -58,7 +58,7 @@ import org.osgi.service.component.annotations.ReferencePolicy; * depending on which main value was chosen. Implementations of course are free to ignore the {@code value} parameter * and always return the same set of config descriptions. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @Component diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java index e612d84a88..ef8340b112 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java @@ -29,7 +29,7 @@ import org.osgi.service.component.annotations.Component; /** * Provides a list of IPv4 addresses of the local machine and shows the user which interface belongs to which IP address * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java index 41abac0065..66f7c34ba4 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java @@ -18,7 +18,7 @@ import org.slf4j.LoggerFactory; /** * Common base class for all normalizers, doing the specific type conversion. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - renamed normalizer interface and added javadoc */ abstract class AbstractNormalizer implements Normalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java index bf6434e74f..cf64a3af9f 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java @@ -21,7 +21,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter; * Therefore it considers numbers (0/1 and their {@link String} representations) as well as {@link String}s, containing * apart from the typical "true"/"false" also other values like "yes"/"no", "on"/"off". * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - made class final and minor javadoc changes */ final class BooleanNormalizer extends AbstractNormalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java index d77a81b833..a466a5d69d 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter; * The normalizer for {@link ConfigDescriptionParameter.Type#DECIMAL}. It converts all number types to BigDecimal, * having at least one digit after the floating point. Also {@link String}s are converted if possible. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - made class final and minor javadoc changes */ final class DecimalNormalizer extends AbstractNormalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java index 819b16b274..82d509e0e2 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java @@ -21,7 +21,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter; * The normalizer for {@link ConfigDescriptionParameter.Type#INTEGER}. All different number formats will get converted * to BigDecimal, not allowing any fractions. Also, {@link String}s will be converted if possible. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - made class final and minor javadoc changes */ final class IntNormalizer extends AbstractNormalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java index 6a34046058..d930309cc6 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java @@ -19,7 +19,7 @@ import java.util.List; * The normalizer for configuration parameters allowing multiple values. It converts all collections/arrays to a * {@link List} and applies the underlying normalizer to each of the values inside that list. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - made class final and minor javadoc changes */ final class ListNormalizer extends AbstractNormalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java index a6b5113d65..106be8a7ef 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter; * definition of a config description parameter. As an example a boolean normalizer would convert a given numeric value * 0 to false and a given numeric value 1 to true. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Thomas Höfer - renamed from INormalizer and minor javadoc changes */ public interface Normalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java index b99e409b76..8fa4df46e7 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java @@ -23,7 +23,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter.Type; * The {@link NormalizerFactory} can be used in order to obtain the {@link Normalizer} for any concrete * {@link ConfigDescriptionParameter.Type}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - introduced normalizers map and added precondition check as well as some additional javadoc */ public final class NormalizerFactory { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java index 7a09fd6164..479a460532 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java @@ -18,7 +18,7 @@ import org.eclipse.smarthome.config.core.ConfigDescriptionParameter; * The normalizer for the {@link ConfigDescriptionParameter.Type#TEXT}. It basically ensures that the given value will * turned into its {@link String} representation. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Thomas Höfer - made class final and minor javadoc changes */ final class TextNormalizer extends AbstractNormalizer { diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java index 1c7a3df3a3..c20d6e4cb0 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java @@ -29,7 +29,7 @@ import org.eclipse.smarthome.config.core.ParameterOption; * Every extension which deals with specific metadata (in its own namespace) is expected to provide an implementation of * this interface. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ @NonNullByDefault public interface MetadataConfigDescriptionProvider { diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java index 92fd34c486..763104ad58 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ConfigUtilTest { diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java index f21ea6d336..9e08876ed5 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests for {@link I18nConfigOptionsProvider} * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class I18nConfigOptionsProviderTest { diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java index 728e0b789d..97efe23a7a 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java @@ -24,7 +24,7 @@ import org.eclipse.smarthome.config.discovery.usbserial.UsbSerialDeviceInformati * Permits to perform repeated scans for USB devices with associated serial port. Keeps the last scan result as internal * state, for detecting which devices were added, as well as which devices were removed. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public class DeltaUsbSerialScanner { diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java index 8c57d21c09..fc9d81bccd 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java @@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory; * A {@link UsbSerialDiscovery} that implements background discovery by doing repetitive scans using a * {@link UsbSerialScanner}, pausing a configurable amount of time between subsequent scans. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault @Component(configurationPid = "discovery.usbserial.linuxsysfs.pollingscanner") diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java index 4327a90e19..cb664af54b 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java @@ -51,7 +51,7 @@ import org.slf4j.LoggerFactory; * is collected from the sysfs and returned together with the name of the serial port in form of a * {@link UsbSerialDeviceInformation}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @Component(configurationPid = "discovery.usbserial.linuxsysfs.usbserialscanner") @NonNullByDefault diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java index 53d3cdf019..9e426bdc99 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java @@ -21,7 +21,7 @@ import org.eclipse.smarthome.config.discovery.usbserial.UsbSerialDeviceInformati /** * Implementations of this interface scan for serial ports provided by USB devices. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public interface UsbSerialScanner { diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java index 91535839b6..f2b24f4c2e 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java @@ -28,7 +28,7 @@ import org.eclipse.jdt.annotation.Nullable; * the other hand, the name of the serial port (for Linux, this would be, e.g., '/dev/ttyUSB0', for Windows, e.g., * 'COM4'). * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public class UsbSerialDeviceInformation { diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java index b27e9e3489..51749ef562 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.config.discovery.usbserial.internal.UsbSerialDiscov * Interface for implementations for discovering serial ports provided by a USB device. An implementation of this * interface is required by the {@link UsbSerialDiscoveryService}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public interface UsbSerialDiscovery { diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java index cd203c784c..ce972e930e 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java @@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Listener interface for {@link UsbSerialDiscovery}s. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public interface UsbSerialDiscoveryListener { diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java index c3259da7e7..79e12dfa19 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.thing.ThingUID; * {@link UsbSerialDiscoveryService} and can thus contribute {@link DiscoveryResult}s from * scans for USB devices with an associated serial port. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public interface UsbSerialDiscoveryParticipant { diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java index 093babed67..fc0b0a2b8a 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java @@ -58,7 +58,7 @@ import org.slf4j.LoggerFactory; * This discovery service requires a component implementing the interface {@link UsbSerialDiscovery}, which performs the * actual serial port and USB device discovery (as this discovery might differ depending on the operating system). * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault @Component(immediate = true, service = { DiscoveryService.class, diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java index 1ff511005e..a93549dcde 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.thing.ThingUID; * @deprecated The use of this callback is deprecated. The {@link Inbox} is able to deal with updates. * Incremental discovery should be handled internally by each {@link DiscoveryService}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Henning Treu - deprecation. */ @Deprecated diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java index 5cf3762d47..9af2bd0953 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java @@ -25,7 +25,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * future versions. Please see the deprecation documentation on {@link DiscoveryServiceCallback} for more * details. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Henning Treu - deprecation. * */ diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java index 9e056cfed8..5b29231fca 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java @@ -32,7 +32,7 @@ import org.osgi.service.component.annotations.Component; * Please note that this interface is intended to be implemented by solutions integrating openHAB. This * interface is not intended to be implemented by openHAB addons (like, e.g., bindings). * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public interface InboxAutoApprovePredicate extends Predicate { diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java index 92f81459be..4a06a29183 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java @@ -30,7 +30,7 @@ import org.osgi.framework.Bundle; /** * Common base class for XML based providers. * - * @author Simon Kaufmann - initial contribution, factored out of subclasses + * @author Simon Kaufmann - Initial contribution, factored out of subclasses * * @param the key type, e.g. ThingTypeUID, ChannelUID, URI,... * @param the object type, e.g. ThingType, ChannelType, ConfigDescription,... diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java index ce72a51944..0b0958c706 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java @@ -37,7 +37,7 @@ import org.osgi.service.component.annotations.Reference; /** * Provides {@link ConfigDescription}s for configurations which are read from XML files. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @Component(service = ConfigDescriptionProvider.class, immediate = true, property = { "esh.scope=core.xml.config" }) diff --git a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java index e9fec94360..bf23057c47 100644 --- a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java +++ b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java @@ -23,7 +23,7 @@ import org.osgi.service.component.annotations.Component; /** * A handler which forces basic auth when authentication fails. * - * @author Łukasz Dywicki - initial contribution and API. + * @author Łukasz Dywicki - Initial contribution and API. */ @Component public class BasicChallengeHandler implements Handler { diff --git a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java index 59ef5996fa..566cdddf24 100644 --- a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java +++ b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java @@ -25,7 +25,7 @@ import org.osgi.service.component.annotations.Component; /** * Extract user name and password from incoming request. * - * @author Łukasz Dywicki - initial contribution. + * @author Łukasz Dywicki - Initial contribution. */ @Component(property = { "context=javax.servlet.http.HttpServletRequest" }) public class BasicCredentialsExtractor implements CredentialsExtractor { diff --git a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java index 1bc13af731..3fdeda2410 100644 --- a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java +++ b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java @@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory; /** * Request handler which allows to verify authentication. * - * @author Łukasz Dywicki - initial contribution. + * @author Łukasz Dywicki - Initial contribution. */ @Component(configurationPid = "org.eclipse.smarthome.auth") public class AuthenticationHandler implements Handler { diff --git a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java index 02e1c008f0..186677cd7e 100644 --- a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java +++ b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java @@ -26,7 +26,7 @@ import org.osgi.service.component.annotations.Component; /** * Handler located after authentication which redirect client to page from which he started authentication process. * - * @author Łukasz Dywicki - initial contribution. + * @author Łukasz Dywicki - Initial contribution. */ @Component public class RedirectHandler implements Handler { diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java index 8ef6120fec..62832df3f5 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java @@ -20,7 +20,7 @@ import org.osgi.service.http.HttpService; * Create {@link HttpContext} instances when registering servlets, resources or filters using the * {@link HttpService#registerServlet} and corresponding methods. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ public interface HttpContextFactoryService { diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java index 1f2a0ed12a..98590f5a4d 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java @@ -23,7 +23,7 @@ import org.osgi.service.http.HttpContext; /** * Http context which does nothing but lets the delegate do its job. * - * @author Łukasz Dywicki - initial contribution. + * @author Łukasz Dywicki - Initial contribution. */ class DelegatingHttpContext implements HttpContext { diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java index bbf7b89b2e..e56499fcbd 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java @@ -26,7 +26,7 @@ import org.osgi.service.http.HttpService; * {@link HttpService#registerServlet} and corresponding methods. * The resulting {@link HttpContext} complies with the OSGi specification when it comes to resource resolving. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @Component(service = HttpContextFactoryService.class) diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java index 198e564f71..be003f875a 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java @@ -37,7 +37,7 @@ import com.google.gson.GsonBuilder; /** * JSON reader/writer for Jersey using GSON. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * * @param */ diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java index 60239bd187..da862eaf4e 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java @@ -33,7 +33,7 @@ import org.osgi.service.component.annotations.Reference; /** * Matches available metadata namespaces against the given namespace list or regular expression. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @Component(service = MetadataSelectorMatcher.class) diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java index 523335b523..e1754c1541 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java @@ -58,7 +58,7 @@ import io.swagger.annotations.ApiResponses; /** * REST resource to obtain profile-types * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Path(ProfileTypeResource.PATH_PROFILE_TYPES) diff --git a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java index 3bf7324b1f..6828acd609 100644 --- a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java +++ b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java @@ -25,7 +25,7 @@ import com.eclipsesource.jaxrs.publisher.ResourceFilter; * It registers a {@link ResourceFilter} in order to prevent the JAX-RS implementation to * enforce starting all services once they are registered. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class Activator implements BundleActivator { diff --git a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java index 8b05a466e1..389fc78c74 100644 --- a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java +++ b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java @@ -52,7 +52,7 @@ import com.eclipsesource.jaxrs.publisher.ResourceFilter; * * If this file is present, no other services will be scanned and hence won't be available. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ResourceFilterImpl implements ResourceFilter { diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java b/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java index 92acc2cb01..88883c11a8 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java @@ -56,7 +56,7 @@ import org.mockito.Mock; /** * Test aspects of the {@link SitemapResource}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class SitemapResourceTest extends JavaTest { diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java index c02171969a..3757db6f87 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java @@ -17,7 +17,7 @@ import java.util.stream.Stream; /** * Utilities for mapping/transforming DTOs. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public interface DTOMapper { diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java index fb5f8b35a5..4783f733da 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java @@ -38,7 +38,7 @@ import com.google.gson.stream.JsonWriter; /** * Static helper methods to build up JSON-like Response objects and error handling. * - * @author Joerg Plewe - initial contribution + * @author Joerg Plewe - Initial contribution * @author Henning Treu - Provide streaming capabilities */ public class JSONResponse { diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java index 90ed9510b1..1a366326ac 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Provides helper method for working with locales. * - * @author Lyubomir Papazov - initial contribution + * @author Lyubomir Papazov - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java index 7e19d4b31e..04d065fa2d 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java @@ -29,7 +29,7 @@ import com.google.gson.GsonBuilder; * from the top level elements of the stream. For best performance a flattened stream should be provided. Otherwise a * nested collections JSON representation will be fully transformed into memory. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class Stream2JSONInputStream extends InputStream { diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java index 4dfe989308..fb60834709 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java @@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory; * {@link DTOMapper} implementation. * * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Component diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java index 07dc69732c..9b110afc98 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java @@ -22,7 +22,7 @@ import com.google.inject.Inject; /** * Registers {@link IValueConverter}s for the items language. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ItemValueConverters extends DefaultTerminalConverters { diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java index 414ca11c19..c91aedc81b 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java @@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory; * It takes into account the fact that although language server and client both operate on the same set of files, their * file system location might be different due to remote access via SMB, SSH and the like. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class MappingUriExtensions extends UriExtensions { diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java index 88f14b7c05..85a398eeda 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java @@ -42,7 +42,7 @@ import com.google.inject.Injector; /** * A service component exposing a Language Server via sockets. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Component(immediate = true, service = ModelServer.class, configurationPid = ModelServer.CONFIG_PID, property = { diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java index 886f0accb5..f144d6aea2 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java @@ -41,7 +41,7 @@ import com.google.inject.Singleton; * * It just piggy-backs the static Resgitry instance that the runtime bundles are using anyway. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Singleton diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java index 39710c3777..992d8f436e 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java @@ -35,7 +35,7 @@ import com.google.inject.AbstractModule; /** * This class configures the injector for the Language Server. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class RuntimeServerModule extends AbstractModule { diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java index f847350674..011dd9e142 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java @@ -22,7 +22,7 @@ import org.eclipse.xtext.xbase.typesystem.internal.OptimizingFeatureScopeTracker * * ...with a workaround for https://github.com/eclipse/xtext-extras/issues/144 * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class OptimizingFeatureScopeTrackerProvider2 extends OptimizingFeatureScopeTrackerProvider { diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java index 44d1cb7f57..05e2b9e54d 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java @@ -29,7 +29,7 @@ import com.google.inject.Module; /** * Guice module that binds openHAB services * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ServiceModule implements Module { diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java index 1bdd8ad037..ebf4645ef4 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java @@ -24,7 +24,7 @@ import org.eclipse.xtext.parser.IEncodingProvider; * It makes sure that synthetic resources are interpreted as UTF-8 because they will be handed in as strings and turned * into UTF-8 encoded streams by the script engine. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ public class ScriptEncodingProvider implements IEncodingProvider { diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java index 28faade195..9d6df7ca57 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java @@ -25,7 +25,7 @@ import org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference; /** * Calculates the type information used by Xbase to select the correct method during script execution. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @SuppressWarnings("restriction") diff --git a/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java b/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java index b5455afd88..797164ad5d 100644 --- a/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java +++ b/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java @@ -37,7 +37,7 @@ import org.osgi.framework.Bundle; /** * Test the GenericThingProvider for different {@link ThingHandlerFactory}s for Bridge and Thing. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class GenericThingProviderMultipleBundlesTest { diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java index a720a9c57c..cb11127c67 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java @@ -17,7 +17,7 @@ import com.google.gson.annotations.SerializedName; /** * Internal data structure of the {@link JsonStorage} * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class StorageEntry { diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java index 4056581f63..6cd3056763 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java @@ -30,7 +30,7 @@ import com.google.gson.JsonParseException; * * The contained entities remain json objects and won't me deserialized to their corresponding types at this point. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class StorageEntryMapDeserializer implements JsonDeserializer> { diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java index 8d1f48ffce..9e17b13277 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java @@ -29,7 +29,7 @@ import org.slf4j.LoggerFactory; /** * ThingHandler which provides annotated actions that will become Action modules for the automation engine * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java index 9d36dd9c2f..5a97421905 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java @@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory; /** * ThingHandler that randomly sends numbers and strings to channels based on a configured interval * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java index 7fcace41ac..9cfce09e10 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java @@ -25,7 +25,7 @@ import org.eclipse.smarthome.core.types.Command; /** * ThingHandler for a thing that goes online after 15 seconds * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java index ccca18b8ad..a040e0edb8 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java @@ -19,7 +19,7 @@ import org.osgi.service.component.annotations.Component; /** * Marker for the multiple action module * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(immediate = true, service = MagicMultiActionMarker.class, property = { diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java index 7107f43b8e..68e4bc2630 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java @@ -33,7 +33,7 @@ import org.slf4j.LoggerFactory; * The {@link MagicMultiActionMarker} holds the configuration URI and shows the system that THIS service can be * instantiated multiple times * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(immediate = true, configurationPolicy = ConfigurationPolicy.REQUIRE, configurationPid = "org.eclipse.smarthome.MagicMultiAction") diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java index 549c894cf1..767b06924e 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java @@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory; /** * {@link AnnotatedActions} for one action module with a configuration * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(configurationPid = "org.eclipse.smarthome.automation.action.magicSingleActionService", property = { diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java index f717a7747a..72a09f7be2 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java @@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory; /** * Some automation actions to be used with a {@link MagicActionModuleThingHandler} * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @ActionScope(name = "magic") diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java index 222e32f09b..cbb73bb23e 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java @@ -32,7 +32,7 @@ import org.osgi.service.http.NamespaceException; /** * Registers itself under "/" and provides links to other web UIs * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(immediate = true) diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java index 5751cf8a41..90fd551dc5 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java @@ -30,7 +30,7 @@ import org.osgi.service.component.annotations.Component; /** * Describes the metadata for the "magic" namespace. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @Component diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java index 24fdfa1a3c..52f7adb6ff 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java @@ -25,7 +25,7 @@ import org.osgi.service.component.annotations.Component; /** * Describes the metadata for the "metamagic" namespace. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @Component diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java index b6d4188bf0..952a778d37 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java @@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory; /** * Example service which makes use of the metadata of the "magic" namespace. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java index 7b10fa21c4..400fe47a8b 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java @@ -25,7 +25,7 @@ import org.slf4j.LoggerFactory; /** * Testing service for multi-context configurations. * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @Component(immediate = true, configurationPolicy = ConfigurationPolicy.REQUIRE, service = MagicMultiInstanceService.class, configurationPid = "org.eclipse.smarthome.magicMultiInstance") diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java index 7e85687571..8fe861ff5d 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java @@ -18,7 +18,7 @@ import java.net.ServerSocket; /** * {@link TestPortUtil} provides helper methods for working with ports in tests. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * @author Wouter Born - Increase reusability */ public final class TestPortUtil { diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java index 44220a8a4b..6be559a332 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java @@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory; /** * Embedded jetty server used in the tests. * - * @author Velin Yordanov - initial contribution + * @author Velin Yordanov - Initial contribution * @author Henning Treu - provide in base test bundle * */ diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java index baf2ef0362..dfa139d103 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java @@ -33,7 +33,7 @@ import org.osgi.service.component.runtime.dto.ReferenceDTO; /** * Utility class to analyze and print possible reasons for a service being not present. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class MissingServiceAnalyzer { diff --git a/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java b/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java index 48c6c589b0..cbf6698bbb 100644 --- a/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java +++ b/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** * Testing the test. Test suite for the JavaTest base test class. * - * @author Henning Treu - initial contribution. + * @author Henning Treu - Initial contribution. * */ public class JavaTestTest { diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java index 845fe8328b..cace49f32a 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java @@ -22,7 +22,7 @@ import org.osgi.service.component.annotations.Reference; /** * Provides {@link ConfigDescription}s for things which are read from XML files. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @Component(service = ConfigDescriptionProvider.class, immediate = true, property = { "esh.scope=core.xml.thing" }) diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java index a8b7596c49..a73a22e9be 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.config.core.Configuration; * The {@link ThingTypeMigrationService} describes a service to change the thing type * of a given {@link Thing}. * - * @author Andre Fuechsel - initial contribution + * @author Andre Fuechsel - Initial contribution */ @NonNullByDefault public interface ThingTypeMigrationService { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java index e31c9547ac..9fcb1a63fd 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java @@ -15,7 +15,7 @@ package org.eclipse.smarthome.core.thing.binding; /** * Marker interface for Automation Actions with access to a ThingHandler * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public interface ThingActions extends ThingHandlerService { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java index 4e44e02b65..da61b93c04 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java @@ -20,7 +20,7 @@ import java.lang.annotation.Target; /** * Scope definition for a thing action class * - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java index 77573b399a..7d8bca69ae 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java @@ -16,7 +16,7 @@ package org.eclipse.smarthome.core.thing.binding; * * Interface for a service that provides access to a {@link ThingHandler} * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public interface ThingHandlerService { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java index e08bbd0d72..4327c2253b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java @@ -28,7 +28,7 @@ import org.osgi.service.component.annotations.Component; /** * Provider of the config description for the auto update policy metadata. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java index f666e5c847..113919e702 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java @@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory; /** * Component which takes care of calculating and sending potential auto-update event. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Kai Kreuzer - fixed issues if a linked thing is OFFLINE * */ diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java index b3b02316cc..c95e308cbd 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java @@ -85,7 +85,7 @@ import org.slf4j.LoggerFactory; * * It mainly mediates commands, state updates and triggers from ThingHandlers to the framework and vice versa. * - * @author Simon Kaufmann - initial contribution and API, factored out of ThingManger + * @author Simon Kaufmann - Initial contribution and API, factored out of ThingManger * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java index 7f9b27e7b9..9fc8b4f922 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java @@ -22,7 +22,7 @@ import org.eclipse.smarthome.core.thing.profiles.ProfileContext; /** * {@link ProfileContext} implementation. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java index d380e203fb..727988ad5e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java @@ -42,7 +42,7 @@ import org.osgi.service.component.annotations.Reference; /** * Provider for framework config parameters on {@link ItemChannelLink}s. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Component diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java index 109dbe722b..4f548745b4 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; /** * {@link ProfileCallback} implementation. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ProfileCallbackImpl implements ProfileCallback { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java index 076cd2fcc6..6bcb819ee1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java @@ -29,7 +29,7 @@ import org.osgi.service.component.annotations.ReferencePolicy; /** * {@link ProfileTypeRegistry} implementation. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Component(service = ProfileTypeRegistry.class) diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java index 7428961103..e934bea60b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java @@ -22,7 +22,7 @@ import org.eclipse.smarthome.core.thing.profiles.StateProfileType; /** * Default implementation of a {@link StateProfileType}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java index 172742b42f..98c71c7978 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java @@ -27,7 +27,7 @@ import org.eclipse.smarthome.core.types.State; * It forwards commands to the {@link ThingHandler}. In the other direction it posts events to the event bus * for state updates. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java index c153961077..43c0abcc96 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java @@ -33,7 +33,7 @@ import org.slf4j.LoggerFactory; *

* The ThingHandler may send commands to the framework, but no state updates are forwarded. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java index 90a2a1f9a1..8d1903c1a9 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java @@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory; /** * Applies the given parameter "offset" to a QuantityType or DecimalType state * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampChangeProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampChangeProfile.java index fc10637fbe..c0fb59628b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampChangeProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampChangeProfile.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.types.State; * This is the default implementation for a change timestamp profile. * The timestamp updates to now each time the channel or item state changes. * - * @author Gaël L'hopital - initial contribution + * @author Gaël L'hopital - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampUpdateProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampUpdateProfile.java index a9c8d910a7..1c573a1069 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampUpdateProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampUpdateProfile.java @@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory; * This is the default implementation for a state update timestamp profile. * The timestamp updates to now each time the channel or item state is updated. * - * @author Gaël L'hopital - initial contribution + * @author Gaël L'hopital - Initial contribution * */ diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java index f181bbb605..cd57ceefbd 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java @@ -23,7 +23,7 @@ import org.eclipse.smarthome.core.thing.type.ChannelTypeUID; /** * Default implementation of a {@link TriggerProfileTypeImpl}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java index dddcec1e2a..be43b22c59 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java @@ -24,7 +24,7 @@ import org.eclipse.smarthome.core.types.State; * Profiles are allowed to maintain some transient state internally, i.e. the same instance of a profile will be used * per link for all communication so that the temporal dimension can be taken in account. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java index d5542dd218..9e901f3f2a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.core.thing.type.ChannelType; /** * Implementors can give advice which {@link Profile}s can/should be used for a given link. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java index 4c09aa3b60..378912f6d4 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.types.State; /** * Gives access to the framework features for continuing the communication flow. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java index 9b195d719d..2a545bc7c5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java @@ -22,7 +22,7 @@ import org.eclipse.smarthome.config.core.Configuration; * * It gives access to related information like the profile's configuration or a scheduler. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java index 995928468c..b1698d4a1f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Implementors are capable of creating a {@link Profile} instances. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java index f52e44a1b9..4b0270c21e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.core.common.registry.Identifiable; /** * Describes a profile type. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java index c0aeb510b8..0f75ba8f9a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.thing.type.ChannelTypeUID; * * It can be used to obtain instances instead of implementing any of the interfaces derived from {@link ProfileType}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param the concrete {@link ProfileType} sub-interface. */ diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java index 732909d9af..70f2937581 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java @@ -22,7 +22,7 @@ import org.eclipse.jdt.annotation.Nullable; * The {@link ProfileTypeRegistry} allows access to the {@link ProfileType}s provided by all * {@link ProfileTypeProvider}s. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java index 7d14fc8b39..103ccbd9b5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java @@ -18,7 +18,7 @@ import org.eclipse.smarthome.core.thing.UID; /** * Identifier of a profile type. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java index c0ef35545d..65bb8b23d1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.types.State; /** * A {@link StateProfile} defined the communication for channels of STATE kind. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java index 9be3724d54..6412fb5dc4 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java @@ -19,7 +19,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Describes a {@link StateProfile} type. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * @author Stefan Triller - added getSupportedItemTypesOfChannel method * */ diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java index 976de4651c..b99adc5f1a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java @@ -23,7 +23,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * The main purpose of a {@link TriggerProfile} is to listen to triggered events and use them to calculate a meaningful * state. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java index 5770e74c15..fe22b1edae 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.core.thing.type.ChannelTypeUID; /** * Describes a {@link TriggerProfile} type. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java index 46c45b0b5d..170f23be7b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java @@ -17,7 +17,7 @@ import java.util.Collection; /** * DTO for profile types * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class ProfileTypeDTO { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java index b8d6485644..dc08dc418e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.thing.profiles.TriggerProfileType; * The {@link ProfileTypeDTOMapper} is an utility class to map profile-types into profile-type data transfer * objects (DTOs). * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class ProfileTypeDTOMapper { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java index 619928c36b..f80139b759 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java @@ -16,7 +16,7 @@ package org.eclipse.smarthome.core.thing.type; * A binding's recommendation to the framework whether a state update should be automatically sent to an item if a * command was received. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public enum AutoUpdatePolicy { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java index 41bbd579f9..8f4a9ae72c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java @@ -21,7 +21,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * A {@link ChannelGroupType} builder. * - * @author Christoph Weitkamp - initial contribution + * @author Christoph Weitkamp - Initial contribution */ @NonNullByDefault public class ChannelGroupTypeBuilder { diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java index 67312d6891..62356aa7f5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java @@ -24,7 +24,7 @@ import org.eclipse.smarthome.core.thing.ThingTypeUID; /** * A {@link ThingType} builder. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java index 0f9298fc7f..cd1dae1668 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java @@ -15,7 +15,7 @@ package org.eclipse.smarthome.core.auth.client.oauth2; /** * For all exceptions arising during oauth. * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ public class OAuthException extends Exception { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java index 26adb1f8b2..d138677124 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java @@ -24,7 +24,7 @@ package org.eclipse.smarthome.core.auth.client.oauth2; * The field names are kept exactly the same as the specification. * This allows the error responses to be directly deserialized from JSON. * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * * @see rfc6749 section-4.1.2.1 * @see rfc6749 section-5.2 diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java index c6c31682fe..0ec843c4cb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * This allows the encryption and decryption to be performed before saving to storage. * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java index 91f08123bf..c3ed2a3393 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java @@ -22,7 +22,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * Safe-calls are used within the framework in order to protect it from hanging/blocking binding code and log meaningful * messages to detect and identify such hanging code. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. */ @NonNullByDefault public interface SafeCaller { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java index 60335b36f1..d8bb725f7a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java @@ -19,7 +19,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Builder to create a safe-call wrapper for another object. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java index 5414df084c..63c643f765 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java @@ -30,7 +30,7 @@ import org.eclipse.jdt.annotation.Nullable; * The built {@link ThreadFactory} uses a wrapped {@link ThreadFactory} to create threads (defaulting to * {@link Executors#defaultThreadFactory()}, and then overwrites thread properties as indicated in the build process. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ @NonNullByDefault public class ThreadFactoryBuilder { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java index 3074c9eb9b..01a853e694 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java @@ -22,7 +22,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Provides {@link Unit}s and the current {@link SystemOfUnits}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java index 0aae7c0cb6..daf4d6df71 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java @@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory; /** * Common base class for synchronous and ansynchronous invocation handlers. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java index 18e4829f4a..b8a20512dd 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java @@ -15,7 +15,7 @@ package org.eclipse.smarthome.core.internal.common; /** * Denotes that there already is a thread occupied by the same context. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ class DuplicateExecutionException extends RuntimeException { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java index 6b3fb6e346..43a3096e91 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java @@ -22,7 +22,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Represents a call to the dynamic proxy which wraps a {@link Callable} and tracks the executing thread. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ class Invocation implements Callable { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java index 76bba52bff..a3cbb533a4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java @@ -25,7 +25,7 @@ import org.eclipse.jdt.annotation.Nullable; * Instead of directly invoking the called method it rather queues it in the {@link SafeCallManager} for asynchronous * execution. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java index b6d44e6269..2ee9e99946 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java @@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory; /** * Synchronous invocation handler implementation. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java index b95538066b..0487736224 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Interface to the safe call manager which handles queuing and tracking of safe-call executions. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java index ec132aa119..38189057c4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java @@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory; * It therefore tracks the executions in order to detect parallel execution and offers some helper methods for the * invocation handlers. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java index 001662307e..253af83c7e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java @@ -28,7 +28,7 @@ import org.eclipse.smarthome.core.common.SafeCallerBuilder; /** * Builder implementation to create safe-call wrapper objects. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * * @param */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java index bcaa3aa418..a3545f5a35 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java @@ -30,7 +30,7 @@ import org.osgi.service.component.annotations.Modified; /** * Implementation of the {@link SafeCaller} API. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java index 768fafa234..d80d041ab8 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java @@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory; /** * Creates {@link GroupFunction}s according to the given parameters. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * @author Robert Michalak - LATEST and EARLIEST group functions * */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java index b034b5cfb1..49bab7101e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java @@ -30,7 +30,7 @@ import org.osgi.service.component.annotations.ReferencePolicy; * Provides an {@link ItemBuilder} with all available {@link ItemFactory}s set. The {@link CoreItemFactory} will always * be present. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java index 4536a56d9e..6531b79acc 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java @@ -31,7 +31,7 @@ import org.eclipse.smarthome.core.items.ItemFactory; /** * The {@link ItemBuilder} implementation. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java index 088548ad31..e14bbbab16 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java @@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory; /** * Convert a {@link State} to an {@link Item} accepted {@link State}. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @Component diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java index abdc706453..acc6aa6baf 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.library.unit.SmartHomeUnits; /** * Make sure static blocks from {@link SIUnits} & {@link ImperialUnits} are executed to initialize the unit parser. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class UnitInitializer { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java index a68206a81b..957d4e972f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java @@ -39,7 +39,7 @@ import org.eclipse.smarthome.core.scheduler.SchedulerTemporalAdjuster; * * @See http://www.cronmaker.com/ * @See http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Hilbrand Bouwkamp - code cleanup */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java index 52cceae264..be7f03767f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java @@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory; /** * Implementation of a {@link CronScheduler}. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures * @author Hilbrand Bouwkamp - moved cron scheduling to it's own interface */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java index ff501fdfa7..aadc351909 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java @@ -33,7 +33,7 @@ import org.osgi.service.component.annotations.Reference; * Wraps the actual Scheduler and keeps track of scheduled jobs. * It shuts down jobs in case the service is deactivated. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API */ @Component(service = Scheduler.class, immediate = true) @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java index 206725ef45..34f006fbdf 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java @@ -29,7 +29,7 @@ import org.eclipse.smarthome.core.scheduler.SchedulerTemporalAdjuster; * This scheduler runs as a fixed rate scheduler from the first * time adjustInto is called. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Hilbrand Bouwkamp - implemented adjuster as a fixed rate scheduler */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java index cbdc15b5e2..8e59858efc 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java @@ -25,7 +25,7 @@ import org.osgi.service.component.annotations.Reference; /** * Implementation of a {@link PeriodicScheduler}. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures * @author Hilbrand Bouwkamp - moved periodic scheduling to it's own interface */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java index fcf80adfdd..eafccd8a77 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java @@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory; /** * Implementation of the {@link Scheduler}. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - ported to CompletableFuture * @author Hilbrand Bouwkamp - improved implementation and moved cron and periodic to own implementations. */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java index 2a8714ccde..dc88893ed3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java @@ -20,7 +20,7 @@ import org.osgi.service.component.annotations.Component; /** * Default implementation of {@link BundleResolver}. Use the {@link FrameworkUtil} to resolve bundles. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @Component(service = BundleResolver.class) diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java index ddb5c75200..449342a72e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java @@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory; /** * Implementation of the {@link ReadyService} interface. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @Component diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java index 790884319c..5da37ed4df 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java @@ -21,7 +21,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * This class allows the easy construction of an {@link Item} using the builder pattern. * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java index f6f3c3a5f0..213c305117 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java @@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Creates a new {@link ItemBuilder} which is based on all available {@link ItemFactory}s. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java index 145ff6c971..f0ee433da0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.types.State; /** * Convert a {@link State} to an {@link Item} accepted {@link State}. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ public interface ItemStateConverter { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java index 6e6ad0feb2..0797edb617 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java @@ -17,7 +17,7 @@ import org.eclipse.smarthome.core.common.registry.Identifiable; /** * A listener to be informed before entities are added respectively after they are removed. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. */ public interface RegistryHook> { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java index 235ebc0ac2..ed62be5d85 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java @@ -24,7 +24,7 @@ import org.eclipse.smarthome.core.types.State; * will not be successfully executed and therefore presumably will not result in a state change (e.g. because no handler * currently is capable of delivering such an event to its device). * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class ItemStatePredictedEvent extends AbstractEvent { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java index fc8b45e7a9..e3b91741fb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java @@ -18,7 +18,7 @@ import javax.measure.Quantity; * Define Area density type (basic unit is kg/m^2) * https://en.wikipedia.org/wiki/Area_density * - * @author Gaël L'hopital - initial contribution + * @author Gaël L'hopital - Initial contribution * */ public interface ArealDensity extends Quantity { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java index 2729c017cd..c39b24248d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java @@ -17,7 +17,7 @@ import javax.measure.Quantity; /** * Define Density type (basic unit is kg/m^3) * - * @author Jan N. Klug - initial contribution + * @author Jan N. Klug - Initial contribution * */ public interface Density extends Quantity { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java index 2fa892387d..1b355ea9ea 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java @@ -17,7 +17,7 @@ import javax.measure.Quantity; /** * This interface represents the intensity dimension. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public interface Intensity extends Quantity { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java index 2198e1d142..f5418ab14b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java @@ -17,7 +17,7 @@ import javax.measure.Quantity; /** * Define Volumetric Flow Rate type (basic unit is m^3/s). * - * @author Łukasz Dywicki - initial contribution + * @author Łukasz Dywicki - Initial contribution * */ public interface VolumetricFlowRate extends Quantity { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java index ceb9e1cc54..a85352649e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java @@ -29,7 +29,7 @@ import org.eclipse.smarthome.core.types.UnDefType; /** * This interface is a container for dimension based functions that require {@link QuantityType}s for its calculations. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public interface QuantityTypeArithmeticGroupFunction extends GroupFunction { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java index 255579528c..6fead7d08c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java @@ -17,7 +17,7 @@ import tec.uom.se.AbstractSystemOfUnits; /** * Base class for all custom unit classes added in openHAB. * - * @author Hilbrand Bouwkamp - initial contribution + * @author Hilbrand Bouwkamp - Initial contribution */ class CustomUnits extends AbstractSystemOfUnits { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java index 0ee4b5a8ce..ae28c784ba 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java @@ -34,7 +34,7 @@ import tec.uom.se.unit.Units; /** * Imperial units used for the United States and Liberia. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java index 048e3c650e..fe9f42d7cc 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java @@ -21,7 +21,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * The metric prefixes used to derive units by specific powers of 10. This delegates to the enum instances of * {@link tec.uom.se.unit.MetricPrefix}. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java index 3a6cdbf1db..0312640d87 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java @@ -31,7 +31,7 @@ import tec.uom.se.unit.Units; * Delegate SI units to {@link Units} to hide this dependency from the rest of ESH. * See members of {@link Units} for a detailed description. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java index 40a917582c..66b05c2640 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java @@ -74,7 +74,7 @@ import tec.uom.se.unit.Units; * See members of {@link Units} for a detailed description. * Also: Define common additional units used in {@link SIUnits} and {@link ImperialUnits}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java index 1944e765d6..cd05f2d052 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java @@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.Nullable; /** * Interface that provides access to configured network addresses * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java index 90d9998764..f32b5ad3a5 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java @@ -19,7 +19,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Runnable that can be passed data and can throw a checked exception. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API */ @NonNullByDefault public interface CronJob { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java index f167489065..80c331acfb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java @@ -87,7 +87,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * Major difference is the day number. In Quartz this is 0-6 for SAT-SUN while * here it is 1-7 for MON-SUN. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures * @author Hilbrand Bouwkamp - Moved Cron scheduling to it's own interface */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java index fd934f2f3d..9a6b1ba9a3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java @@ -19,7 +19,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Scheduler that runs the same job at the given periods. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures * @author Hilbrand Bouwkamp - moved periodic scheduling to it's own interface */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java index 120d132554..513823498a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java @@ -21,7 +21,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * Interface returned by all scheduled jobs. It can be used to wait for the value, * cancel the job or check how much time till the scheduled job will run. * - * @author Hilbrand Bouwkamp - initial contribution + * @author Hilbrand Bouwkamp - Initial contribution */ @NonNullByDefault public interface ScheduledCompletableFuture extends ScheduledFuture { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java index 81e7e4439a..0640c10837 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java @@ -28,9 +28,9 @@ import org.eclipse.jdt.annotation.Nullable; *

* This scheduler has a millisecond resolution. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures - * @author Hilbrand Bouwkamp - initial contribution + * @author Hilbrand Bouwkamp - Initial contribution */ @NonNullByDefault public interface Scheduler { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java index 719f27dd7e..eb41beabea 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java @@ -15,7 +15,7 @@ package org.eclipse.smarthome.core.scheduler; /** * Runnable that can throw checked exceptions. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to CompletableFutures * @author Hilbrand Bouwkamp - moved to it's own class and renamed */ diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java index 8e8b65c44c..41d0e85f17 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java @@ -21,7 +21,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; * Interface that extends {@link TemporalAdjuster} and adds more functionality. * This interface is passed to the scheduler for repeating schedules. * - * @author Hilbrand Bouwkamp - initial contribution + * @author Hilbrand Bouwkamp - Initial contribution */ @NonNullByDefault public interface SchedulerTemporalAdjuster extends TemporalAdjuster { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java index 0e53d24e69..c1be2252e1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java @@ -29,7 +29,7 @@ import org.eclipse.jdt.annotation.Nullable; * This class overrides {@link #hashCode()} and {@link #equals(Object)} so that any using class does not have to keep * original references, but new instances can be used for calls to the {@link ReadyService} every time. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java index 9d2cb61723..aa97abf9ae 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java @@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable; * * By default, this filter will match any {@link ReadyMarker}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java index d870e20794..6706dd5484 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java @@ -24,7 +24,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; *

* Alternatively, {@link #isReady(ReadyMarker)} can be used to check for any given {@link ReadyMarker}. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @NonNullByDefault @@ -84,7 +84,7 @@ public interface ReadyService { /** * Tracker for changes related to {@link ReadyMarker} registrations. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ interface ReadyTracker { diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java index d192dec825..7522780bab 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java @@ -45,7 +45,7 @@ import tec.uom.se.unit.Units; /** * A utility for parsing dimensions to interface classes of {@link Quantity} and parsing units from format strings. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ @NonNullByDefault diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java index b0303118d7..a4e8214fd4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java @@ -17,7 +17,7 @@ import org.osgi.framework.Bundle; /** * Resolve bundle specific information from the framework. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public interface BundleResolver { diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java index 726203d901..a39249e1f5 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java @@ -34,7 +34,7 @@ import org.junit.Before; /** * Base class for tests using the {@link AudioServlet}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public abstract class AbstractAudioServeltTest extends JavaTest { diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java index 257e0ebc6d..82904bea44 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java @@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory; /** * For testing * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ public abstract class AbstractTestAgent implements TestAgent { diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java index 7f81b93bd1..5abb1f6e12 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java @@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory; /** * For testing of AuthorizationCode against a real provider * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ @Component(immediate = true, configurationPolicy = ConfigurationPolicy.REQUIRE, name = "AuthorizationCodeTestAgent", configurationPid = "AuthorizationCodeTestAgent") diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java index b88cc3c5d5..5776d26923 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java @@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory; /** * For testing of ResourceOwner credentials against a real provider * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ @Component(immediate = true, configurationPolicy = ConfigurationPolicy.REQUIRE, name = "ResourceOwnerTestAgent", configurationPid = "ResourceOwnerTestAgent") diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java index 44ea695bc9..0cad7e3278 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java @@ -22,7 +22,7 @@ import org.eclipse.smarthome.core.auth.client.oauth2.OAuthResponseException; /** * For testing * - * @author Gary Tse - initial contribution + * @author Gary Tse - Initial contribution * */ public interface TestAgent { diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java index 1c989c507d..19bda3f358 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java @@ -65,7 +65,7 @@ import org.slf4j.LoggerFactory; * This tests the RuleEngineImpl and the import from JSON resources contained in the ESH-INF folder. * This test must be run first otherwise imported rules will be cleared. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Marin Mitev - make the test to pass on each run * @author Kai Kreuzer - refactored to Java * diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java index 5a75b91250..44cc1589ac 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java @@ -87,7 +87,7 @@ import org.slf4j.LoggerFactory; /** * This tests the RuleEngineImpl. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Marin Mitev - various fixes and extracted JSON parser test to separate file * */ diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java index 0d836310e8..abd056cd27 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; /** * This test class tests the Host - Fragment support for automation and localization resources * - * @author Ana Dimova - initial contribution + * @author Ana Dimova - Initial contribution * @author Kai Kreuzer - Refactored to Java */ @SuppressWarnings("deprecation") diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java index a061d128b1..9bee67a969 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java @@ -57,7 +57,7 @@ import org.slf4j.LoggerFactory; /** * This tests the RunRuleAction * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Markus Rathgeb - Migrated Groovy tests to pure Java ones and made it more robust */ public class RunRuleModuleTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java index e49345bf39..1ed2d6e288 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java @@ -64,7 +64,7 @@ import org.slf4j.LoggerFactory; /** * This tests the RuleEngineImpl. * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Markus Rathgeb - Migrated Groovy tests to pure Java ones and made it more robust */ public class RuntimeRuleTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java index 5171560b16..bc45aa1fc0 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java @@ -45,7 +45,7 @@ import org.openhab.core.automation.type.Output; /** * Tests for the {@link AnnotatedActionModuleTypeProvider} * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class AnnotationActionModuleTypeProviderTest extends JavaTest { diff --git a/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java b/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java index 83d2722ada..e25c22f810 100644 --- a/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java +++ b/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java @@ -29,7 +29,7 @@ import org.openhab.core.automation.module.script.ScriptEngineManager; /** * This tests the script modules * - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution * */ public class ScopeTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java b/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java index 0dd1663b7e..9a2860c1af 100644 --- a/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java +++ b/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java @@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory; /** * This tests the script modules * - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution * */ public class ScriptRuleTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java index 9565d36345..94508b7685 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java @@ -62,7 +62,7 @@ import org.slf4j.LoggerFactory; * This provides common functionality for all condition tests. * * @author Dominik Schlierf - extracting this base class from TimeOfDayConditionHandlerTest - * @author Kai Kreuzer - initial contribution of TimeOfDayConditionHandlerTest + * @author Kai Kreuzer - Initial contribution of TimeOfDayConditionHandlerTest * */ public abstract class BasicConditionHandlerTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java index e29e3b5786..50715aa92e 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java @@ -32,7 +32,7 @@ import org.openhab.core.automation.util.ModuleBuilder; * This tests the dayOfWeek Condition. * * @author Dominik Schlierf - added extension of BasicConditionHandlerTest - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution * */ public class DayOfWeekConditionHandlerTest extends BasicConditionHandlerTest { diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java index 3c8d4ca0c9..2cd0aefa80 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java @@ -55,7 +55,7 @@ import org.slf4j.LoggerFactory; /** * this tests the Timer Trigger * - * @author Christoph Knauf - initial contribution + * @author Christoph Knauf - Initial contribution * @author Markus Rathgeb - fix module timer test * @author Kai Kreuzer - migrated to Java * diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java index d9d9d6bdc0..e66f87c93f 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java @@ -33,7 +33,7 @@ import org.openhab.core.automation.util.ModuleBuilder; /** * This tests the TimeOfDay Condition. * - * @author Dominik Schlierf - initial contribution + * @author Dominik Schlierf - Initial contribution * */ public class TimeOfDayConditionHandlerTest extends BasicConditionHandlerTest { diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java index 43daed463b..e61aabc204 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java @@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory; /** * this tests the timeOfDay trigger * - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution * */ public class TimeOfDayTriggerHandlerTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java index 72cefd312e..3f450f77f7 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java @@ -64,7 +64,7 @@ import org.slf4j.LoggerFactory; /** * This tests events of rules * - * @author Benedikt Niehues - initial contribution + * @author Benedikt Niehues - Initial contribution * @author Kai Kreuzer - ported test to Java * */ diff --git a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java index d7717cdd76..b6b3f89b85 100644 --- a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java +++ b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java @@ -37,7 +37,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class MetadataConfigDescriptionProviderImplTest extends JavaTest { diff --git a/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java b/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java index 3401087517..bd86b63f74 100644 --- a/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java +++ b/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java @@ -29,7 +29,7 @@ import org.osgi.service.cm.ConfigurationAdmin; /** * Integration tests for the {@link MDNSDiscoveryService}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class MDNSDiscoveryServiceOSGiTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java index f18889a5f0..f4e0e46e68 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java @@ -55,7 +55,7 @@ import org.mockito.ArgumentCaptor; import org.mockito.Mock; /** - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ public class PersistentInboxTest { diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java index 4a06e9d580..83786a207d 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java @@ -33,7 +33,7 @@ import org.junit.Test; /** * Unit tests for the {@link DeltaUsbSerialScanner}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class DeltaUsbSerialScannerTest { diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java index cc9d864adf..2752000c9b 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java @@ -31,7 +31,7 @@ import org.junit.Test; /** * Unit tests for the {@link PollingUsbSerialScanner}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class PollingUsbSerialScannerTest { diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java index ab3abccc6b..040914b9d2 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java @@ -40,7 +40,7 @@ import org.junit.rules.TemporaryFolder; /** * Unit tests for the {@link SysfsUsbSerialScanner}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class SysFsUsbSerialScannerTest { diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java index 91272a8e20..b0a2c27aa9 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java @@ -45,7 +45,7 @@ import org.osgi.service.cm.ConfigurationAdmin; /** * Unit tests for the {@link UsbSerialDiscoveryService}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class UsbSerialDiscoveryServiceTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java index b2caf176cd..e822d947c3 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.config.discovery.usbserial.UsbSerialDeviceInformati /** * Generate simple instances of {@link UsbSerialDeviceInformation} that can be used in tests. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class UsbSerialDeviceInformationGenerator { diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java index 354cb7e606..40e0536f53 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java @@ -36,7 +36,7 @@ import org.mockito.Mock; /** * Test the {@link MetadataSelectorMatcher}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class MetadataSelectorMatcherTest { diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java index b4d2541a47..ffacfac61c 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java @@ -34,7 +34,7 @@ import org.junit.Test; /** * Tests for PersistenceItem Restresource * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class PersistenceResourceTest { diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java index 78cd3d20ef..f471faa0cc 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java @@ -38,7 +38,7 @@ import org.junit.Test; /** * Tests for the ProfileTypeResource * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class ProfileTypeResourceTest extends JavaTest { diff --git a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java index 3a9c4e356f..57e8179203 100644 --- a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java +++ b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java @@ -38,7 +38,7 @@ import org.junit.Test; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class GenericItemProvider2Test extends JavaOSGiTest { diff --git a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java index 4ab7c686e4..c1419aa5ac 100644 --- a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java +++ b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.core.items.Metadata; import org.junit.Test; /** - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ public class GenericMetadataProviderTest { diff --git a/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java b/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java index cfb1f3e92e..be19729450 100644 --- a/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java +++ b/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java @@ -29,7 +29,7 @@ import org.junit.runners.Parameterized.Parameters; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ @RunWith(Parameterized.class) diff --git a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java index 63f669d630..94c701bdd1 100644 --- a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java +++ b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java @@ -41,7 +41,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author Kai Kreuzer - initial contribution and API. + * @author Kai Kreuzer - Initial contribution and API. */ public class RuleExecutionTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java index 9d24a55e0d..4f85c2cf3e 100644 --- a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java +++ b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java @@ -31,7 +31,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. */ public class RuleTriggerTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java index 6682766ab7..71280328a8 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java @@ -28,7 +28,7 @@ import org.quartz.impl.StdSchedulerFactory; /** * Tests for {@link ScriptExecution} * - * @author Jon Evans - initial contribution + * @author Jon Evans - Initial contribution * */ public class ScriptExecutionTest { diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java index 747baf086c..152dd40a66 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java @@ -29,7 +29,7 @@ import org.junit.Test; /** * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class NumberExtensionsTest { diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java index 5605637157..55f0f055ba 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java @@ -40,7 +40,7 @@ import org.quartz.spi.JobFactory; * This hides all of the methods that we don't need to implement, * to make the {@see MockScheduler} class easier to read. * - * @author Jon Evans - initial contribution + * @author Jon Evans - Initial contribution * */ public abstract class AbstractScheduler implements Scheduler { diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java index 6273ffa7bb..54b79a6730 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java @@ -23,7 +23,7 @@ import org.eclipse.xtext.xbase.lib.Procedures.Procedure1; /** * Mock implementations of Procedure0 and Procedure1 * - * @author Jon Evans - initial contribution + * @author Jon Evans - Initial contribution * */ public class MockClosure { diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java index 84d3fdbcad..edb652aea2 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java @@ -38,7 +38,7 @@ import org.quartz.spi.TriggerFiredBundle; * we don't need to wait for arbitrary lengths of time * for jobs to execute * - * @author Jon Evans - initial contribution + * @author Jon Evans - Initial contribution * */ public class MockScheduler extends AbstractScheduler { diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java index 3f9ec7bb8d..4cb043fd5c 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java @@ -41,7 +41,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class GenericItemChannelLinkProviderJavaTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java index 6f647b54e7..e6c9dffbd2 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java @@ -51,7 +51,7 @@ import org.osgi.service.component.ComponentContext; * It focuses on the XML processing (i.e. ThingType loading) and verifies * that the loading of Things gets delayed until the XML processing is completed. * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. */ @RunWith(Parameterized.class) public class GenericThingProviderTest4 extends JavaOSGiTest { diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java index 350ab5b4c2..bf0abc1908 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java @@ -29,7 +29,7 @@ import org.osgi.service.component.annotations.Component; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Wouter Born - Migrate tests from Groovy to Java */ @Component diff --git a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java index 03b0f023da..d81bd9ac7d 100644 --- a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java +++ b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author Kai Kreuzer - initial contribution and API + * @author Kai Kreuzer - Initial contribution and API */ public class SemanticTagsTest { diff --git a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java index 724c767738..78cb4a7294 100644 --- a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java +++ b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java @@ -36,7 +36,7 @@ import org.mockito.Mock; import org.osgi.framework.BundleContext; /** - * @author Kai Kreuzer - initial contribution + * @author Kai Kreuzer - Initial contribution */ public class SemanticsServiceImplTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java index b1ce64fcab..774a2e6816 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Unit tests for the {@link ThreadFactoryBuilder}. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class ThreadFactoryBuilderTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java index c48cd9d6ea..18bded89b7 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java @@ -47,7 +47,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class SafeCallerImplTest extends JavaTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java index a23f3dde9b..2d60be8afa 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java @@ -31,7 +31,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class ItemBuilderTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java index b6508c6fc8..0f85fc0a0e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java @@ -36,7 +36,7 @@ import org.junit.Test; /** * Test the {@link ItemStateConverterImpl}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class ItemStateConverterImplTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java index 86b921833a..fc44990eff 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java @@ -33,7 +33,7 @@ import org.osgi.framework.ServiceListener; import org.osgi.framework.ServiceReference; /** - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ public class MetadataRegistryImplTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java index c892c145e0..ad8f4e5b9d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java @@ -28,7 +28,7 @@ import org.junit.runners.Parameterized.Parameters; /** * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to Java 8 * @author Hilbrand Bouwkamp - refactored to run as parameterized unit test and added missing cases to complete coverage */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java index ecb665c1dd..a8fc21cc81 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java @@ -29,7 +29,7 @@ import org.junit.Test; * Test class for {@link CronSchedulerImpl}. * Because the test run on scheduler all tests are guarded by a timeout to avoid having a test blocking. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to Java 8 * @author Hilbrand Bouwkamp - moved cron scheduling to it's own class */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java index ff4267b44d..9256c9aec5 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java @@ -32,7 +32,7 @@ import org.mockito.Mock; /** * Test class for {@link DelegatedSchedulerImpl}. * - * @author Hilbrand Bouwkamp - initial contribution + * @author Hilbrand Bouwkamp - Initial contribution */ public class DelegatedSchedulerTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java index 0b2c2057bd..874c2d7fbd 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java @@ -30,7 +30,7 @@ import org.junit.Test; * Test class for {@link PeriodicSchedulerImpl}. * Because the test run on scheduler all tests are guarded by a timeout to avoid having a test blocking. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to Java 8 * @author Hilbrand Bouwkamp - moved periodic scheduling to it's own interface, rewritten test not to use sleep */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java index 7f9f6107e1..b3ec04594f 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java @@ -39,7 +39,7 @@ import org.junit.Test; * Test class for {@link SchedulerImpl}. * Because the test run on scheduler all tests are guarded by a timeout to avoid having a test blocking. * - * @author Peter Kriens - initial contribution and API + * @author Peter Kriens - Initial contribution and API * @author Simon Kaufmann - adapted to Java 8 * @author Hilbrand Bouwkamp - moved cron and periodic scheduling to it's their own interfaces */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java index 79ec135f17..fe8edb5b84 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java @@ -23,7 +23,7 @@ import org.junit.Test; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class ReadyServiceImplTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java index a1e87b5b0c..508eaa160c 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** * Test the {@link StateDescriptionFragmentImpl}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class StateDescriptionFragmentImplTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java index 254af4282c..0782a926c5 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java @@ -17,7 +17,7 @@ import static org.junit.Assert.assertEquals; import org.junit.Test; /** - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API */ public class MetadataKeyTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java index a22d8f2248..57b770d793 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java @@ -11,7 +11,7 @@ * SPDX-License-Identifier: EPL-2.0 */ /** - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution */ package org.eclipse.smarthome.core.items.dto; diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java index 5fa285848e..2369995ed4 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Stefan Triller - test with on/off type * */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java index f297c086b7..6500685bef 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java @@ -38,7 +38,7 @@ import tec.uom.se.quantity.QuantityDimension; import tec.uom.se.unit.Units; /** - * @author Gaël L'hopital - initial contribution + * @author Gaël L'hopital - Initial contribution */ @SuppressWarnings({ "rawtypes", "unchecked", "null" }) public class QuantityTypeTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java index b9b304c883..374a734336 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java @@ -20,7 +20,7 @@ import org.junit.Test; /** * Tests for NetUtil class * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * @author Mark Herwege - added tests for broadcast address * */ diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java index a75a9a22d0..546e49153e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java @@ -42,7 +42,7 @@ import tec.uom.se.unit.Units; /** * Test for the framework defined {@link SmartHomeUnits}. * - * @author Henning Treu - initial contribution and API + * @author Henning Treu - Initial contribution and API * */ public class SmartHomeUnitsTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java index fb2d6fad06..17d30a9fb6 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java @@ -27,7 +27,7 @@ import org.junit.Test; /** * Test the {@link StateDescriptionFragmentBuilder}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class StateDescriptionFragmentBuilderTest { diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java index 5f77e1e41e..b2fbcd9e2b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java @@ -31,7 +31,7 @@ import tec.uom.se.quantity.Quantities; /** * Test for volumentric flow rate constants defined in {@link SmartHomeUnits}. * - * @author Łukasz Dywicki - initial contribution and API + * @author Łukasz Dywicki - Initial contribution and API */ @RunWith(Parameterized.class) public class VolumetricFlowRateTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java index 6084af039a..ab485ba394 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java @@ -17,7 +17,7 @@ import org.junit.Test; /** * Test cases for the {@link Channel} class. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class ChannelTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java index 0ccd1008a3..deac2eefeb 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java @@ -63,7 +63,7 @@ import org.junit.Test; import org.osgi.service.component.ComponentContext; /** - * @author Simon Kaufmann - initial contribution + * @author Simon Kaufmann - Initial contribution */ @SuppressWarnings("null") public class ChangeThingTypeOSGiTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java index 854bdd3d55..7c4a768cd4 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class ThingBuilderTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java index 8e0a02542c..f53f75c4ee 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java @@ -37,7 +37,7 @@ import org.junit.Test; /** * Tests that the {@link FirmwareUpdateService} honors the prerequisite version of {@link Firmware}s. * - * @author Henning Sudbrock - initial contribution + * @author Henning Sudbrock - Initial contribution */ public class FirmwareUpdateServicePrerequisiteVersionTest extends JavaOSGiTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java index 0fb776edeb..83a1ef274d 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java @@ -51,7 +51,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Kai Kreuzer - added tests with multiple links * */ diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java index c30524cdd0..10de5dabd0 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java @@ -42,7 +42,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class ChannelItemProviderTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java index 6ab6913b6c..87f07f8be3 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java @@ -37,7 +37,7 @@ import org.osgi.service.component.ComponentContext; /** * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * */ public class ThingManagerTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java index 0a2c4dfc2a..35a3164f8f 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java @@ -30,7 +30,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class RawButtonToggleSwitchProfileTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java index e45b889cd8..d8c9c126c2 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java @@ -24,7 +24,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class SystemDefaultProfileTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java index 28ce56ade8..1468b5ae93 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java @@ -24,7 +24,7 @@ import org.mockito.Mock; /** * - * @author Simon Kaufmann - initial contribution and API. + * @author Simon Kaufmann - Initial contribution and API. * */ public class SystemFollowProfileTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java index 84d02f6305..3cde37c436 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java @@ -36,7 +36,7 @@ import org.mockito.ArgumentCaptor; /** * Tests for the system:offset profile * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class SystemOffsetProfileTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampProfileTest.java index 9e8b758900..a6aeb7f939 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TimestampProfileTest.java @@ -28,7 +28,7 @@ import org.mockito.ArgumentCaptor; /** * Tests for the system:timestamp-update profile * - * @author Gaël L'hopital - initial contribution + * @author Gaël L'hopital - Initial contribution * */ public class TimestampProfileTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java index a8b8dae3c2..802f00c032 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Tests the {@link ChannelGroupTypeBuilder}. * - * @author Christoph Weitkamp - initial contribution + * @author Christoph Weitkamp - Initial contribution */ public class ChannelGroupTypeBuilderTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java index 12a3c02935..f41daf22d8 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java @@ -32,7 +32,7 @@ import org.junit.Test; /** * Tests the {@link ChannelTypeBuilder}. * - * @author Stefan Triller - initial contribution + * @author Stefan Triller - Initial contribution * */ public class ChannelTypeBuilderTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java index 5cd04532fd..ddc02dedf4 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java @@ -32,7 +32,7 @@ import org.junit.Test; /** * Tests the {@link ThingTypeBuilder}. * - * @author Henning Treu - initial contribution + * @author Henning Treu - Initial contribution * */ public class ThingTypeBuilderTest { diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java index 4606b90c93..9ea9bf74b7 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java @@ -34,7 +34,7 @@ import org.mockito.junit.MockitoRule; /** * Test for the ThingHandlerHelper * - * @author Simon Kaufmann - initial contribution and API + * @author Simon Kaufmann - Initial contribution and API * @author Wouter Born - Migrate tests from Groovy to Java */ public class ThingHandlerHelperTest { diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java index 15c6eb4508..23a6b58f2f 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java @@ -20,7 +20,7 @@ import org.eclipse.smarthome.io.console.Console; * in an instance variable. In addition, when the {@link #printUsage(String)} * method is called, the corresponding boolean variable is set to true. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java index 2e0cf25ed9..3d8c93bfbc 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java @@ -23,7 +23,7 @@ import org.eclipse.smarthome.core.voice.text.InterpretationException; * all the voice's features, some of the methods are not needed. * That's why their implementation is left empty. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java index 2d28fa01ac..ef91b3ae1f 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.voice.KSServiceHandle; /** * A {@link KSService} stub used for the tests. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java index d82fce77ec..c1fe322397 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java @@ -26,7 +26,7 @@ import org.eclipse.smarthome.core.voice.STTServiceHandle; /** * A {@link STTService} stub used for the tests. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java index 5746719ffd..e1c31befa6 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java @@ -29,7 +29,7 @@ import org.eclipse.smarthome.core.library.types.PercentType; * An {@link AudioSink} stub used for the tests. Since the tests do not cover all the voice's features, * some of the methods are not needed. That's why their implementation is left empty. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * @author Velin Yordanov - migrated from groovy to java * @author Christoph Weitkamp - Added parameter to adjust the volume * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java index 8dd26a3763..ac4b60d30c 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java @@ -30,7 +30,7 @@ import org.osgi.framework.ServiceReference; /** * A {@link TTSService} stub used for the tests. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java index 89f38b0d51..7c9578c20c 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java @@ -19,7 +19,7 @@ import org.eclipse.smarthome.core.voice.Voice; /** * A {@link Voice} stub used for the tests. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java index 199bf3ff11..134ce7f71c 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java @@ -49,7 +49,7 @@ import org.osgi.service.cm.ConfigurationAdmin; /** * Tests for {@link VoiceManagerImpl} * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * @author Velin Yordanov - migrated tests from groovy to java * */ diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java index aa8888f0e6..637091d621 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java @@ -30,7 +30,7 @@ import org.osgi.service.cm.ConfigurationAdmin; /** * A {@link VoiceConsoleCommandExtensionTest} which tests the execution of the command "interpret". * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - Migrated tests from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java index a1d0a837b1..823f3b0c26 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java @@ -43,7 +43,7 @@ import org.osgi.service.cm.ConfigurationAdmin; /** * A {@link VoiceConsoleCommandExtensionTest} which tests the execution of the command "say". * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated tests from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java index bf749d0fe9..6a671c35aa 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java @@ -30,7 +30,7 @@ import org.junit.Before; * A base class for the classes testing the different commands of the {@link VoiceConsoleCommandExtension}. * It takes care of the mocks, stubs and services that are used in all the extending classes. * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated tests from groovy to java * diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java index 94fbd1f646..75092452bc 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java @@ -27,7 +27,7 @@ import org.osgi.framework.BundleContext; /** * A {@link VoiceConsoleCommandExtensionTest} which tests the execution of the command "voices". * - * @author Mihaela Memova - initial contribution + * @author Mihaela Memova - Initial contribution * * @author Velin Yordanov - migrated tests from groovy to java *