Adding sample property files
diff --git a/src/main/java/geode/kafka/example/ExampleAuthInit.java b/src/main/java/geode/kafka/example/ExampleAuthInit.java
index 7bd69e1..da9e53d 100644
--- a/src/main/java/geode/kafka/example/ExampleAuthInit.java
+++ b/src/main/java/geode/kafka/example/ExampleAuthInit.java
@@ -21,7 +21,8 @@
 import org.apache.geode.security.AuthenticationFailedException;
 
 /**
- * This is purely for example purposes and used in conjunction with the SimpleSecurityManager in Apache Geode
+ * This is purely for example purposes and used in conjunction with the SimpleSecurityManager in
+ * Apache Geode
  * DO NOT USE THIS AS A REAL WORLD SOLUTION
  */
 public class ExampleAuthInit implements AuthInitialize {