We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c946 commit 35b2e31Copy full SHA for 35b2e31
projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp/CICSApp.java
@@ -128,7 +128,7 @@ public void unbindStorageService(StorageService service)
128
if (service.equals(CICSApp.storage))
129
{
130
// Don't actually unbound the service as we may want to continue using it.
131
- // Instead set a flag to suggest that there's no service bound/
+ // Instead set a flag to suggest that there's no service bound.
132
CICSApp.bound = false;
133
} else
134
0 commit comments