Pārlūkot izejas kodu

delcious cheese

Whitney Martinez 6 gadus atpakaļ
vecāks
revīzija
b2deec33db
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 1
    1
      StringParser.java
  2. 4
    4
      package.bluej

+ 1
- 1
StringParser.java Parādīt failu

@@ -66,7 +66,7 @@ public class StringParser
66 66
         // substring has a beginning index and end index
67 67
         // if one doesn't put the end index it'll return the rest of the words
68 68
         // after the beginning index. Else it'll just return 1 character in thid
69
-        // exercise. 
69
+        // exercise 
70 70
         
71 71
         String c = s.substring(0,1).toUpperCase() + s.substring(1);
72 72
         return c;

+ 4
- 4
package.bluej Parādīt failu

@@ -2,12 +2,12 @@
2 2
 dependency1.from=StringParserTest
3 3
 dependency1.to=StringParser
4 4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=722
5
+editor.fx.0.height=709
6 6
 editor.fx.0.width=800
7
-editor.fx.0.x=455
8
-editor.fx.0.y=51
7
+editor.fx.0.x=231
8
+editor.fx.0.y=36
9 9
 objectbench.height=164
10
-objectbench.width=776
10
+objectbench.width=461
11 11
 package.divider.horizontal=0.6
12 12
 package.divider.vertical=0.6845018450184502
13 13
 package.editor.height=364