From 7eeaa11983f0fb4c05733d0addc2e0b68d4f6630 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Fri, 19 Jan 2018 12:04:35 -0600 Subject: Java style clean-up for AAIService.java Update AAIService.java to conform with ONAP java style. Issue-ID: APPC-433 Change-Id: If5eef9bb6e581eff35ff63c818d486cf4b876b55 Signed-off-by: Skip Wonnell --- appc-outbound/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appc-outbound/.gitignore') diff --git a/appc-outbound/.gitignore b/appc-outbound/.gitignore index 358cc65a6..81f37c071 100755 --- a/appc-outbound/.gitignore +++ b/appc-outbound/.gitignore @@ -1,3 +1,4 @@ /target/ /.project -/.settings/ +**/.settings/ +**/target-ide/ \ No newline at end of file -- cgit 1.2.3-korg