Skip to content

Commit 05898ca

Browse files
committed
fix: add javadoc for missing method
1 parent 40771ac commit 05898ca

File tree

1 file changed

+7
-0
lines changed
  • com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/core

1 file changed

+7
-0
lines changed

com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/core/Activator.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ public void stop(final BundleContext context) throws Exception {
104104
super.stop(context);
105105
}
106106

107+
/**
108+
* Initializes the default preferences for the plugin.
109+
* <p>
110+
* This method sets up default preference values to guide plugin behavior.
111+
*
112+
* @param store the {@link IPreferenceStore} instance used for storing preferences.
113+
*/
107114
@Override
108115
protected void initializeDefaultPreferences(final IPreferenceStore store) {
109116
store.setDefault("instructions", "Be a friendly SAP ABAP expert, providing concise answers aligned with best practices and clean-code principles.");

0 commit comments

Comments
 (0)