Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lang/java/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,6 @@ def code_define_class():
def code_import():
actions.insert("import ")

def code_private_function(text: str):
actions.insert("private")

def code_protected_function(text: str):
actions.user.code_private_function()

def code_public_function(text: str):
actions.insert("public ")

def code_state_return():
actions.insert("return ")

Expand Down

0 comments on commit 14de626

Please sign in to comment.