public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/61349] New: Erro java 28
@ 2014-05-28 23:01 henricky.mestre at hotmail dot com
  2014-05-28 23:04 ` [Bug java/61349] " henricky.mestre at hotmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: henricky.mestre at hotmail dot com @ 2014-05-28 23:01 UTC (permalink / raw)
  To: java-prs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61349

            Bug ID: 61349
           Summary: Erro java 28
           Product: gcc
           Version: lto
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
          Assignee: unassigned at gcc dot gnu.org
          Reporter: henricky.mestre at hotmail dot com

/**
 *
 * @author henri_000
 */
public class Aluno{

   private String nome;
   private String matricula;
   private String endereco;

    /**
     * @return the nome
     */
    public String getNome() {
        return nome;
    }

    /**
     * @param nome the nome to set
     */
    public void setNome(String nome) {
        this.nome = nome;
    }

    /**
     * @return the matricula
     */
    public int getMatricula() {
        return matricula;
    }

    /**
     * @param matricula the matricula to set
     */
    public void setMatricula(int matricula) {
        this.matricula = matricula;
    }



    /**
     * @return the endereco
     */
    public String getEndereco() {
        return endereco;
    }

    /**
     * @param endereco the endereco to set
     */
    public void setEndereco(String endereco) {
        this.endereco = endereco;
    }


}


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug java/61349] Erro java 28
  2014-05-28 23:01 [Bug java/61349] New: Erro java 28 henricky.mestre at hotmail dot com
@ 2014-05-28 23:04 ` henricky.mestre at hotmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: henricky.mestre at hotmail dot com @ 2014-05-28 23:04 UTC (permalink / raw)
  To: java-prs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61349

henricky <henricky.mestre at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henricky.mestre at hotmail dot com

--- Comment #1 from henricky <henricky.mestre at hotmail dot com> ---
nao estou conseguindo acessar.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-28 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28 23:01 [Bug java/61349] New: Erro java 28 henricky.mestre at hotmail dot com
2014-05-28 23:04 ` [Bug java/61349] " henricky.mestre at hotmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).