Skip to content

Commit 56f5772

Browse files
committed
Merge branch 'master' into 2018/btb/01/map_update_method
2 parents 4648b1e + f0d2e57 commit 56f5772

File tree

297 files changed

+1751
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+1751
-733
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<arguments>
220220
<argument>-classpath</argument>
221221
<classpath />
222+
<argument>-ea</argument>
222223
<argument>org.javimmutable.collections.stress_test.StressTestLoop</argument>
223224
</arguments>
224225
</configuration>

src/main/java/org/javimmutable/collections/Cursor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Cursorable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Func0.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Func1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Func2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Func3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Func4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/GenericCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

src/main/java/org/javimmutable/collections/Holder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Burton Computer Corporation
44
// http://www.burton-computer.com
55
//
6-
// Copyright (c) 2017, Burton Computer Corporation
6+
// Copyright (c) 2018, Burton Computer Corporation
77
// All rights reserved.
88
//
99
// Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)