File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
jadx-gui/src/main/java/jadx/gui/ui/codearea Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ public ICodeInfo getCodeInfo() {
112112public void load () {
113113if (getText ().isEmpty ()) {
114114String codeStr = getCodeInfo ().getCodeStr ();
115- codeStr = "/*\n " +
116- " * =====================================================\n " +
117- " * 警告:本代码仅用于学习和参考!\n " +
118- " * Warning: This code is for study and reference only!\n " +
119- " * =====================================================\n " +
120- " */\n \n " + codeStr ;
115+ // codeStr = "/*\n" +
116+ // " * =====================================================\n" +
117+ // " * 警告:本代码仅用于学习和参考!\n" +
118+ // " * Warning: This code is for study and reference only!\n" +
119+ // " * =====================================================\n" +
120+ // " */\n\n" + codeStr;
121121setText (codeStr );
122122setCaretPosition (0 );
123123setLoaded ();
You can’t perform that action at this time.
0 commit comments