ソースを参照

Update json.java

Deben Oldert 11 年 前
コミット
5030b10067
1 ファイル変更6 行追加0 行削除
  1. 6 0
      captiveportal/json.java

+ 6 - 0
captiveportal/json.java

@@ -1,3 +1,9 @@
+/*
+Copy right: Deben Oldert
+This is the famous JSON class
+Every JSON request and respond is created an proccesed here
+Enjoy the show
+*/
 package captiveportal;
 
 import java.text.DateFormat;