Skip to content

Commit

Permalink
To prevent Errors with file name and class name, I've renamed the Exa…
Browse files Browse the repository at this point in the history
…mpleCallin.java to ExampleCallIn.java (with capital "I").

This would have been the error if you do javac -cp asterisk-java.jar ExampleCallIn.java:

    ExampleCallin.java:13: class ExampleCallIn is public, should be declared in a file named ExampleCallIn.java
    public class ExampleCallIn extends BaseAgiScript {
           ^
    1 error
  • Loading branch information
Konrad Kleine committed Jun 13, 2012
1 parent 08dda72 commit 86ce338
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 86ce338

Please sign in to comment.