Skip to content

Commit 38bf894

Browse files
authored
Added cloneable interface (#492)
1 parent 6f170af commit 38bf894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/teragrep/pth10/ast/DPLParserCatalystContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* Encapsulates parameters for Catalyst code generator. In addition to that offers access to sparkcontext and incoming
6363
* datasource
6464
*/
65-
public class DPLParserCatalystContext {
65+
public class DPLParserCatalystContext implements Cloneable {
6666

6767
private static final Logger LOGGER = LoggerFactory.getLogger(DPLParserCatalystContext.class);
6868

0 commit comments

Comments
 (0)