Skip to content

Commit c28e374

Browse files
committed
Made NamedTuple final
1 parent b24591c commit c28e374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/appxiom/ax/tuple/NamedTuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a tuple where each element is associated with a specific name
1616
*/
17-
public class NamedTuple {
17+
public final class NamedTuple {
1818

1919
/**
2020
* The internal map storing the named elements of the tuple.

0 commit comments

Comments
 (0)