Skip to content

Commit 98d4d0c

Browse files
committed
fix the wrong title
1 parent 3513423 commit 98d4d0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/posts/java-extension-points.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: "Phong Nguyen"
3-
title: "Java OSGi Service"
3+
title: "Java Extension Points - Extensions"
44
date: "2025-02-27"
55
description: "Java: Eclipse Extensions and Extension Points"
66
tags: ["java","eclipse"] #tags search
@@ -11,7 +11,7 @@ ShowToc: true # Determines whether to display the Table of Contents (TOC) for
1111
TocOpen: true # Controls whether the TOC is expanded when the post is loaded.
1212
weight: 12 # The order in which the post appears in a list of posts. Lower numbers make the post appear earlier.
1313
---
14-
Explain how to use the OSGi Service
14+
Explain how to use the Extension Point and Extensions.
1515
[Refer1](https://www.vogella.com/tutorials/EclipseExtensionPoint/article.html)
1616
[Refer2](https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fextension_points.htm)
1717
[Refer3](https://vogella.com/blog/getting-started-with-osgi-declarative-services-2024/)<br>

0 commit comments

Comments
 (0)