Kr Younger 6 年前
父节点
当前提交
86e072018c
共有 4 个文件被更改,包括 14 次插入7 次删除
  1. 8
    1
      WriteIFs.java
  2. 2
    2
      WriteIFsTest.java
  3. 2
    2
      WriteLoops.java
  4. 2
    2
      WriteLoopsTest.java

+ 8
- 1
WriteIFs.java 查看文件

@@ -39,7 +39,14 @@ public class WriteIFs
39 39
 
40 40
     }
41 41
 
42
-   // instance variables - replace the example below with your own
42
+
43
+    
44
+    /**
45
+     *  Pay no attention to the code below this point.
46
+     * 
47
+     * 
48
+     * instance variables
49
+     * / 
43 50
    int x;
44 51
    int tt_t;
45 52
    int tt_s;

+ 2
- 2
WriteIFsTest.java 查看文件

@@ -8,8 +8,8 @@ import org.junit.Test;
8 8
 /**
9 9
  * The test class WriteIFsTest.
10 10
  *
11
- * @author  (your name)
12
- * @version (a version number or a date)
11
+ * @author  kyounger
12
+ * @version 1.2
13 13
  */
14 14
 public class WriteIFsTest
15 15
 {

+ 2
- 2
WriteLoops.java 查看文件

@@ -7,8 +7,8 @@ import java.util.function.Supplier;
7 7
 /**
8 8
  * Writeloops get you thinking about how to do different things with loops.
9 9
  *
10
- * @author kyounger
11
- * @version 1.2
10
+ * @author anonymous coward
11
+ * @version -0.3
12 12
  * 
13 13
  */
14 14
 public class WriteLoops {

+ 2
- 2
WriteLoopsTest.java 查看文件

@@ -8,8 +8,8 @@ import org.junit.Test;
8 8
 /**
9 9
  * The test class WriteLoopsTest.
10 10
  *
11
- * @author  (your name)
12
- * @version (a version number or a date)
11
+ * @author  kyounger
12
+ * @version 1.2
13 13
  */
14 14
 public class WriteLoopsTest
15 15
 {