@param family Sets the default family for calls that need it
(final byte[] family)
| 226 | |
| 227 | /** @param family Sets the default family for calls that need it */ |
| 228 | public void setFamily(final byte[] family) { |
| 229 | default_family = family; |
| 230 | } |
| 231 | |
| 232 | /** @param table Sets the default table for calls that need it */ |
| 233 | public void setDefaultTable(final byte[] table) { |
no outgoing calls
no test coverage detected