Rev 530 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 530 | Rev 531 | ||
|---|---|---|---|
| Line 151... | Line 151... | ||
| 151 | }
|
151 | }
|
| 152 | }); |
152 | }); |
| 153 | }
|
153 | }
|
| 154 | 154 | ||
| 155 | public String retornarCaminhoEstampa(Estampa estampa) { |
155 | public String retornarCaminhoEstampa(Estampa estampa) { |
| 156 | return imagemService.retornarCaminhoImagem(imagemService.caminhoPadraoEstampas(), estampa.identificadorEstampa(), estampa.getExtensao()); |
- | |
| - | 156 | return imagemService.retornarCaminhoImagem(imagemService.caminhoPastaEstampas(), estampa.identificadorImagemEstampa(), estampa.getExtensao()); |
|
| 157 | }
|
157 | }
|
| 158 | 158 | ||
| 159 | }
|
159 | }
|