Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ella Campbell   on Dec 05 In Java Category.

  
Question Answered By: Aaron Kennedy   on Dec 05

There was a small typo in my example.

public static  final ConsoleType CONSOLE = new ConsoleType(CONSOLE);

Should read:

public static final ConsoleType CONSOLE = new ConsoleType(CONSOLE_TYPE);

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 


Tagged: