Skip to content

Commit 35b2e31

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Remove errant '/'
1 parent 166c946 commit 35b2e31

File tree

1 file changed

+1
-1
lines changed
  • projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp

1 file changed

+1
-1
lines changed

projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp/CICSApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void unbindStorageService(StorageService service)
128128
if (service.equals(CICSApp.storage))
129129
{
130130
// 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/
131+
// Instead set a flag to suggest that there's no service bound.
132132
CICSApp.bound = false;
133133
} else
134134
{

0 commit comments

Comments
 (0)