Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Fix typo in name of configuration metadata processing preference page #316

Merged
merged 1 commit into from Sep 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -48,7 +48,7 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
name="Confguration Metadata Processing"
name="Configuration Metadata Processing"
category="org.springframework.ide.eclipse.boot.ui.preferences.BootPreferencePage"
class="org.springframework.ide.eclipse.boot.properties.editor.preferences.AnotationProcessingPreferencesPage"
id="org.springframework.ide.eclipse.boot.properties.editor.preferences.AnotationProcessingPreferencesPage">
Expand Down