Skip to content

Commit c1681b8

Browse files
committed
upgrade to Xtend 2.6.0
1 parent 98ed7b0 commit c1681b8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compile 'org.eclipse.xtend:org.eclipse.xtend.lib:2.5.+'
29+
compile 'org.eclipse.xtend:org.eclipse.xtend.lib:2.6.+'
3030
compile "com.google:bitcoinj:0.11.2-MB-ALICE"
3131
compile 'org.slf4j:slf4j-simple:1.7.+'
3232
compile 'com.miglayout:miglayout:3.7.+'

src/main/java/prof7bit/bitcoin/wallettool/core/Main.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import prof7bit.bitcoin.wallettool.ui.swing.core.SwingMain
1313

1414
import static extension prof7bit.bitcoin.wallettool.core.Ext.*
1515

16-
static class Main {
16+
class Main {
1717
static val log = LoggerFactory.getLogger(Main)
1818

1919
static val consolePromptFunc = [

src/main/java/prof7bit/bitcoin/wallettool/ui/swing/core/WalletPanel.xtend

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class WalletPanel extends JPanel{
160160
]
161161
}
162162
}
163-
164163
])
165164
]
166165

@@ -390,6 +389,5 @@ class WalletPanel extends JPanel{
390389
return ret.get(0)
391390
}
392391
}
393-
394392
}
395393

0 commit comments

Comments
 (0)