From 8e7f35e2f127d5b2c3691751742dc12c4fba4550 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Fri, 20 Jul 2018 10:23:42 +0800 Subject: Made the directory a maven project Change-Id: I0d5c27fdeab99c79cdd95ce57916a7638f788bcd Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu --- rulemgt-frontend/src/app/correlation-modal/modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt-frontend/src/app/correlation-modal/modal.component.ts') diff --git a/rulemgt-frontend/src/app/correlation-modal/modal.component.ts b/rulemgt-frontend/src/app/correlation-modal/modal.component.ts index d2861bf..8fff7cd 100644 --- a/rulemgt-frontend/src/app/correlation-modal/modal.component.ts +++ b/rulemgt-frontend/src/app/correlation-modal/modal.component.ts @@ -25,7 +25,7 @@ declare var $: any; }) export class SifModalComponent implements OnInit { constructor(private modalServer: ModalService) { }; - private modalTitle = 'modalTitleDefault'; + modalTitle = 'modalTitleDefault'; modalBodyMessage = 'modalBodyMessageDefault'; closeBtnTitle = 'closeBtnTitleDefault'; -- cgit 1.2.3-korg