We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24591c commit c28e374Copy full SHA for c28e374
1 file changed
src/main/java/com/appxiom/ax/tuple/NamedTuple.java
@@ -14,7 +14,7 @@
14
/**
15
* Represents a tuple where each element is associated with a specific name
16
*/
17
-public class NamedTuple {
+public final class NamedTuple {
18
19
20
* The internal map storing the named elements of the tuple.
0 commit comments