Ver código fonte

delcious cheese

Whitney Martinez 8 anos atrás
pai
commit
b2deec33db
2 arquivos alterados com 5 adições e 5 exclusões
  1. 1
    1
      StringParser.java
  2. 4
    4
      package.bluej

+ 1
- 1
StringParser.java Ver arquivo

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

+ 4
- 4
package.bluej Ver arquivo

2
 dependency1.from=StringParserTest
2
 dependency1.from=StringParserTest
3
 dependency1.to=StringParser
3
 dependency1.to=StringParser
4
 dependency1.type=UsesDependency
4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=722
5
+editor.fx.0.height=709
6
 editor.fx.0.width=800
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
 objectbench.height=164
9
 objectbench.height=164
10
-objectbench.width=776
10
+objectbench.width=461
11
 package.divider.horizontal=0.6
11
 package.divider.horizontal=0.6
12
 package.divider.vertical=0.6845018450184502
12
 package.divider.vertical=0.6845018450184502
13
 package.editor.height=364
13
 package.editor.height=364