()
| 10 | } |
| 11 | |
| 12 | public LuaSpec() { |
| 13 | this.isDefault = true; |
| 14 | this.version = 0; |
| 15 | this.numberFormat = NumberFormat.DEFAULT; |
| 16 | this.strip = false; |
| 17 | } |
| 18 | |
| 19 | public LuaSpec(int version) { |
| 20 | this(version, -1); |
nothing calls this directly
no outgoing calls
no test coverage detected