Search:

Type: Posts; User: lxknvlk

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,248

    Re: what is "SUCCESS" in method

    Yes, that is what i meant. There was some irrelevant code , and then the return SUCCESS;

    Now i am certain that SUCCESS is a string, because in some String.format it was adressed as '%s'
  2. Replies
    6
    Views
    1,248

    Re: what is "SUCCESS" in method

    Yes, that was pseudo code. Problem is that i cant use the ctrl+hover mouse over methods or fields, because i am viewing the project via separete .java files. I guess SUCCESS and INPUT really are some...
  3. Replies
    6
    Views
    1,248

    what is "SUCCESS" in method

    Hi guys!
    I have some classes that i have to write javadocs to. So, there are some methods that return success, like:



    public string do smth(){

    if () {return SUCCESS;}
    else {return...
Results 1 to 3 of 3