Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
goldfish
espelho de
https://github.com/earwig/goldfish
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Patch.toString() now works better with more than 2 states
master
Josh Hofing
há 12 anos
ascendente
fff9117576
cometimento
783d52b0cb
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/Patch.java
+ 1
- 1
src/Patch.java
Ver ficheiro
@@ -46,7 +46,7 @@ public class Patch {
}
public String toString() {
return _label + " " + ((_state ==
1) ? "1" : "."
);
return _label + " " + ((_state ==
0) ? "." : _state
);
}
public Patch[] get4Neighbors() {
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar