0 / 60 seg.

What is the purpose of the following code snippet in the "Singleton Pattern"?

private InvoiceCounter() {
   this.counter = 0;
}