Skip to content

Commit 50df25f

Browse files
Rangeet PanRangeet Pan
authored andcommitted
change subprocess command to add -t for target files
1 parent 399199c commit 50df25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cldk/models/java/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ class JType(BaseModel):
291291
is_record_declaration: bool = False
292292
is_concrete_class: bool = False
293293
is_entry_point: bool = False
294-
is_modified: bool = False
295294
comment: str
296295
extends_list: List[str] = []
297296
implements_list: List[str] = []
@@ -342,6 +341,7 @@ class JCompilationUnit(BaseModel):
342341
comment: str
343342
imports: List[str]
344343
type_declarations: Dict[str, JType]
344+
is_modified: bool = False
345345

346346

347347
class JMethodDetail(BaseModel):

0 commit comments

Comments
 (0)