We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420cccb commit 32c8498Copy full SHA for 32c8498
cldk/models/java/models.py
@@ -377,7 +377,7 @@ class JApplication(BaseModel):
377
@field_validator("symbol_table", mode="after")
378
@classmethod
379
def validate_source(cls, symbol_table):
380
- from ipdb import set_trace
+ # from ipdb import set_trace
381
382
# Populate the lookup table for callables
383
for file_path, j_compulation_unit in symbol_table.items():
0 commit comments