File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/de/fhg/iais/roberta/runtime Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >de.fhg.iais.openroberta.ev3.v1</groupId >
22
22
<artifactId >EV3Parent</artifactId >
23
- <version >2.3.1 </version >
23
+ <version >2.4.0 </version >
24
24
<relativePath >../EV3Parent</relativePath >
25
25
</parent >
26
26
<artifactId >EV3Menu</artifactId >
Original file line number Diff line number Diff line change 7
7
<modelVersion >4.0.0</modelVersion >
8
8
<groupId >de.fhg.iais.openroberta.ev3.v1</groupId >
9
9
<artifactId >EV3Parent</artifactId >
10
- <version >2.3.1 </version >
10
+ <version >2.4.0 </version >
11
11
<packaging >pom</packaging >
12
12
<name >EV3Parent</name >
13
13
<description >the parent project of the EV3 Lejos Roberta Lab artifacts</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.fhg.iais.openroberta.ev3.v1</groupId >
6
6
<artifactId >EV3Parent</artifactId >
7
- <version >2.3.1 </version >
7
+ <version >2.4.0 </version >
8
8
<relativePath >../EV3Parent</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public static ArrayList<PickColor> createListWithColour(PickColor... elements) {
361
361
* @param times that the item should be added to the list
362
362
* @return {@link ArrayList} with the given elements
363
363
*/
364
- public static ArrayList <Float > createListWithItem (Float item , float times ) {
364
+ public static ArrayList <Float > createListWithItem (float item , float times ) {
365
365
ArrayList <Float > result = new ArrayList <>();
366
366
for ( int i = 0 ; i < times ; i ++ ) {
367
367
result .add (item );
You can’t perform that action at this time.
0 commit comments